1. c5ac2b6 Rename X.509 members in |SSL_SESSION| and |CERT|. by Adam Langley · 8 years ago
  2. 89917a5 Fix memory leak in set_signing_algorithm_prefs. by Daniel Bathgate · 8 years ago
  3. 34de91e Revise server-side ECDSA certificate checks. by David Benjamin · 8 years ago
  4. 04fe901 Require custom private keys to specify curve in 1.3. by David Benjamin · 9 years ago
  5. 0fc37ef Fix a number of sigalg scope issues. by David Benjamin · 9 years ago
  6. 0e95015 RSA-PSS should work in TLS 1.2. by David Benjamin · 9 years ago
  7. 54ed58e Forbid PKCS1 in TLS 1.3. by Steven Valdez · 9 years ago
  8. 96a16cd Finish aligning up_ref functions with OpenSSL 1.1.0. by David Benjamin · 9 years ago
  9. d3440b4 Give SSL_PRIVATE_KEY_METHOD a message-based API. by David Benjamin · 9 years ago
  10. 0c0b7e1 Widen SSL_PRIVATE_KEY_METHOD types to include the curve name. by David Benjamin · 9 years ago
  11. ca3d545 Add SSL_set_signing_algorithm_prefs. by David Benjamin · 9 years ago
  12. 32a66d5 Tidy up a few certificate-related utility functions. by David Benjamin · 9 years ago
  13. 7944a9f Account for key size when selecting RSA-PSS. by David Benjamin · 9 years ago
  14. eff1e8d Adding RSA-PSS signature algorithms. by Steven Valdez · 9 years ago
  15. 1fb125c Enforce ECDSA curve matching in TLS 1.3. by David Benjamin · 9 years ago
  16. 887c300 Move the key type check from tls12_check_peer_sigalg to ssl_verify_*. by David Benjamin · 9 years ago
  17. a2d81f1 Don't decompose signature algorithms in ssl_rsa.c. by David Benjamin · 9 years ago
  18. 310d3f6 Change |EVP_PKEY_up_ref| to return int. by Adam Langley · 9 years ago
  19. d246b81 Don't decompose sigalgs in key preferences. by David Benjamin · 9 years ago
  20. 2b8415e Move the Digest/Sign split for SignatureAlgorithms to a lower level. by Steven Valdez · 9 years ago
  21. f0451ca Cleaning up internal use of Signature Algorithms. by Steven Valdez · 9 years ago
  22. 66b2fe8 Add |SSL_CTX_set_private_key_method| to parallel |SSL_set_private_key_method| by Tom Thorogood · 9 years ago
  23. 758d127 Add get0 getters for EVP_PKEY. by David Benjamin · 9 years ago
  24. 3a59611 size_t SSL*_use_*_ASN1. by David Benjamin · 9 years ago
  25. 3398dbf Add server-side support for asynchronous RSA decryption. by nagendra modadugu · 10 years ago
  26. 0d62f26 Adding more options for signing digest fallback. by Steven Valdez · 10 years ago
  27. 443a1f6 Toss file-related convenience bits of ssl/ into a corner. by David Benjamin · 10 years ago
  28. 601448a Add server-side support for asynchronous signing. by nagendra modadugu · 10 years ago
  29. 3570d73 Remove the func parameter to OPENSSL_PUT_ERROR. by David Benjamin · 10 years ago
  30. 74f7110 Parse RSAPrivateKey with CBS. by David Benjamin · 10 years ago
  31. d1d8078 Fold away certificate slots mechanism. by David Benjamin · 10 years ago
  32. b4d65fd Implement asynchronous private key operations for client auth. by David Benjamin · 10 years ago
  33. 9a10f8f Switch EVP_PKEY_dup calls to EVP_PKEY_up_ref. by David Benjamin · 10 years ago
  34. 9362b6e Errors are uint32_t, not unsigned long. by David Benjamin · 10 years ago
  35. 2755a3e Remove unnecessary NULL checks, part 5. by David Benjamin · 10 years ago
  36. 2ee94aa Rename ssl_locl.h to internal.h by David Benjamin · 10 years ago
  37. a5a3eeb Remove ssl_cert_inst() by David Benjamin · 10 years ago
  38. 310db06 Don't EVP_PKEY_copy_parameters when configuring cert and key. by David Benjamin · 10 years ago
  39. fcf2583 Reformat the rest of ssl/. by Adam Langley · 10 years ago
  40. 263eac0 Remove X509 parameter from ssl_cert_type. by David Benjamin · 10 years ago
  41. f31e681 Clean up ssl_set_cert_masks. by David Benjamin · 10 years ago
  42. a7d1363 Prune removed key types from SSL_PKEY_*. by David Benjamin · 11 years ago
  43. 150c617 Add X509_up_ref and use it internally. by David Benjamin · 11 years ago
  44. e6e15fc Use EVP_PKEY_dup instead of manually incrementing the refcount. by David Benjamin · 11 years ago
  45. ecc0ce7 Introduce EVP_PKEY_is_opaque to replace RSA_METHOD_FLAG_NO_CHECK. by David Benjamin · 11 years ago
  46. 3c5034e Remove OPENSSL_NO_RSA by Alex Chernyakhovsky · 11 years ago
  47. 2b0aeeca Remove authz extension (RFC5878) by David Benjamin · 11 years ago
  48. d7e23c1 Remove serverinfo and custom extensions support. by David Benjamin · 11 years ago
  49. 95c29f3 Inital import. by Adam Langley · 11 years ago