1. 207bb43 ERR_LIB_USER should be the last error. by David Benjamin · 10 years ago
  2. 3570d73 Remove the func parameter to OPENSSL_PUT_ERROR. by David Benjamin · 10 years ago
  3. 34248d4 Get rid of err function codes. by David Benjamin · 10 years ago
  4. 723f353 Fix shared library build. by David Benjamin · 10 years ago
  5. 0851f674 Add standalone tests for Poly1305. by David Benjamin · 10 years ago
  6. 2e857bd Convert the signature algorithms extension to the new system by Adam Langley · 10 years ago
  7. d822ed8 Make CBB_len return a length, not remaining. by David Benjamin · 10 years ago
  8. 74f7110 Parse RSAPrivateKey with CBS. by David Benjamin · 10 years ago
  9. c0e245a Parse RSAPublicKey with CBS. by David Benjamin · 10 years ago
  10. 87897a8 Implement ECDSA_SIG_{parse,marshal} with crypto/bytestring. by David Benjamin · 10 years ago
  11. f3cdc50 Remove some unused constants. by David Benjamin · 10 years ago
  12. 11c0f8e Promote certificate-related ctrl macros to functions. by David Benjamin · 10 years ago
  13. 7481d39 Document APIs relating to configuring certificates and private keys. by David Benjamin · 10 years ago
  14. b2a9d6a Remove SSL_build_cert_chain. by David Benjamin · 10 years ago
  15. 4462809 Remove SSL_CTX_select_current_cert. by David Benjamin · 10 years ago
  16. d1d8078 Fold away certificate slots mechanism. by David Benjamin · 10 years ago
  17. 5703648 Remove SSL_CTX_get_extra_chain_certs_only. by David Benjamin · 10 years ago
  18. 0fc431a Prune NIDs from TLS_SIGALGS. by David Benjamin · 10 years ago
  19. ba16a1e Remove SSL_get_(shared_)sigalgs. by David Benjamin · 10 years ago
  20. 1504304 Remove dead SRP SSL_CTRL values. by David Benjamin · 10 years ago
  21. 7d97fd3 Remove SSL_get_server_tmp_key. by David Benjamin · 10 years ago
  22. b9c579d Add crypto/bytestring-based BIGNUM DER functions. by David Benjamin · 10 years ago
  23. 6a1275b typedef |COMP_METHOD| to void, for compatibility. by Matt Braithwaite · 10 years ago
  24. 047d6f0 Remove ssl2.h and ssl23.h. by Håvard Molland · 10 years ago
  25. cce5a98 Remove EVP_PKEY_dup. by David Benjamin · 10 years ago
  26. deedad1 Fix documentation typo. by David Benjamin · 10 years ago
  27. a865320 Add CBB_zero to set a CBB to the zero state. by David Benjamin · 10 years ago
  28. 7e5f594 Document i2d_PublicKey better. by David Benjamin · 10 years ago
  29. 507b819 Use typedef names in evp.h. by David Benjamin · 10 years ago
  30. e3aa1d9 Cleanup ticket processing and session lookup. by David Benjamin · 10 years ago
  31. 5021b22 Convert the renegotiation extension to the new system. by Adam Langley · 10 years ago
  32. 614c66a Add infrastructure for better extension handling. by Adam Langley · 10 years ago
  33. de24aad Add RAND_set_urandom_fd. by David Benjamin · 10 years ago
  34. daeafc2 Move the session ticket functions to ssl.h. by David Benjamin · 10 years ago
  35. 6cacac0 Promote SSL_CTX_[gs]et_tlsext_ticket_keys to functions. by David Benjamin · 10 years ago
  36. cb3872f Sort the preprocessor compatibility section. by David Benjamin · 10 years ago
  37. 65ee9b7 Remove EVP_PKEY_HMAC. by David Benjamin · 10 years ago
  38. a59347e RAND_set_rand_method takes a const parameter. by Adam Langley · 10 years ago
  39. 3e5e99d Dummy |RAND_set_rand_method|, |RAND_egd|, and |RAND_SSLeay|. by Matt Braithwaite · 10 years ago
  40. 50365f2 Restore |DES_ede3_cfb_encrypt| and |DES_ede3_cfb64_encrypt| from OpenSSL at ce7e647b. by Matt Braithwaite · 10 years ago
  41. c0fe12c Restore |X509_REQ_print| and friends, from OpenSSL at ce7e647b. by Matt Braithwaite · 10 years ago
  42. 4cd4edf Restore |ERR_print_errors()|. by Matt Braithwaite · 10 years ago
  43. 1cb49cd Restore |RSA_generate_key()| from OpenSSL at b4f0d1a. by Matt Braithwaite · 10 years ago
  44. e17d45f Restore |BIO_f_base64| from OpenSSL at b4f0d1a, modulo style fixes. by Matt Braithwaite · 10 years ago
  45. 50f54e2 AEADs don't go through ENGINE. by David Benjamin · 10 years ago
  46. ba4594a Don't put sessions from renegotiations in the cache. by David Benjamin · 10 years ago
  47. 6b40394 Revert "Restore ocsp.h, with (just) the CRLReason enum from RFC 2459." by Adam Langley · 10 years ago
  48. d213885 Restore ocsp.h, with (just) the CRLReason enum from RFC 2459. by Matt Braithwaite · 10 years ago
  49. 7244fa4 Expose ECDSA_SIG_max_len to size a DER ECDSA-Sig-Value. by David Benjamin · 10 years ago
  50. b4d65fd Implement asynchronous private key operations for client auth. by David Benjamin · 10 years ago
  51. 680ca96 Preserve session->sess_cert on ticket renewal. by David Benjamin · 10 years ago
  52. d65bb78 Add SSL_initial_handshake_complete. by David Benjamin · 10 years ago
  53. b0acb77 Export pkcs1_prefixed_msg as RSA_add_pkcs1_prefix. by David Benjamin · 10 years ago
  54. 95d3182 Duplicate SSL_SESSIONs when renewing them. by David Benjamin · 10 years ago
  55. fd67aa8 Add SSL_SESSION_from_bytes. by David Benjamin · 10 years ago
  56. cc7e11f Define OPENSSL_64_BIT for PowerPC chips. by Adam Langley · 10 years ago
  57. 1c703cb Check for BN_copy failures. by David Benjamin · 10 years ago
  58. 3a9e1fb Correct various documentation typos by Kenny Root · 10 years ago
  59. 85bc560 Add ECDHE-PSK-AES{128,256}-SHA cipher suites. by Adam Langley · 10 years ago
  60. 1feb42a Drop ECDHE-PSK-AES-128-GCM. by Adam Langley · 10 years ago
  61. 24f346d Limit the number of warning alerts silently consumed. by David Benjamin · 10 years ago
  62. a8ebe22 Add tests for empty record limit and make it work in the async case. by David Benjamin · 10 years ago
  63. 521d4b8 Export |CBS_get_any_ber_asn1_element|. by Adam Langley · 10 years ago
  64. e3ed210 Add #defines for ASN.1 NULL and GENERALIZEDTIME. by Adam Langley · 10 years ago
  65. 839b881 Multi-prime RSA support. by Adam Langley · 10 years ago
  66. af0e32c Add SSL_get_tls_unique. by Adam Langley · 10 years ago
  67. cc1e3df Make CBS_get_any_asn1_element accept only DER. by Adam Langley · 10 years ago
  68. ba5934b Tighten up EMS resumption behaviour. by Adam Langley · 10 years ago
  69. 9f8ef2d Add |EVP_get_digestbyname|. by Matt Braithwaite · 10 years ago
  70. b7326b0 Implement |PEM_def_callback| and call it where appropriate. by Matt Braithwaite · 10 years ago
  71. e216288 Unexport and prune EVP_MD_CTX flags. by David Benjamin · 10 years ago
  72. af8731f Remove HMAC_CTX_set_flags. by David Benjamin · 10 years ago
  73. c933a47 Switch the ssl_write_bytes hook to ssl_write_app_data. by David Benjamin · 10 years ago
  74. 2c36792 EVP_Digest*Update, EVP_DigestFinal, and HMAC_Update can never fail. by David Benjamin · 10 years ago
  75. e2375e1 Low-level hash 'final' functions cannot fail. by David Benjamin · 10 years ago
  76. 05ead68 Readd CRYPTO_{LOCK|UNLOCK|READ|WRITE}. by Adam Langley · 10 years ago
  77. 71106ad Add |BIO_read_asn1| to read a single ASN.1 object. by Adam Langley · 10 years ago
  78. b3a7b51 Fix off-by-one in BN_rand by David Benjamin · 10 years ago
  79. 074cc04 Reject negative shifts for BN_rshift and BN_lshift. by David Benjamin · 10 years ago
  80. 5aea93e Deprecate and no-op SSL_VERIFY_CLIENT_ONCE. by David Benjamin · 10 years ago
  81. 34a1635 Remove fake RLE compression OID. by David Benjamin · 10 years ago
  82. 9c0918f Fix typo in objects.txt by David Benjamin · 10 years ago
  83. 74d8bc2 Don't make SSL_MODE_*HELLO_TIME configurable. by David Benjamin · 10 years ago
  84. 444dce4 Do-nothing fns |OpenSSL_add_all_ciphers| and |OpenSSL_add_all_digests|. by Matt Braithwaite · 10 years ago
  85. ece089c Deprecate and no-op SSL_set_state. by David Benjamin · 10 years ago
  86. 8ec8810 Remove SSL_in_before and SSL_ST_BEFORE. by David Benjamin · 10 years ago
  87. cd90f3a Remove renegotiation deferral logic. by David Benjamin · 10 years ago
  88. 44d3eed Forbid caller-initiated renegotiations and all renego as a servers. by David Benjamin · 10 years ago
  89. 9a41d1b Deprecate SSL_*_read_ahead and enforce DTLS packet boundaries. by David Benjamin · 10 years ago
  90. 3fa65f0 Fix some malloc test crashs. by David Benjamin · 10 years ago
  91. 31a0779 Factor SSL_AEAD_CTX into a dedicated type. by David Benjamin · 10 years ago
  92. 69d07d9 Get version-related functions from crypto.h rather than ssl.h. by Matt Braithwaite · 10 years ago
  93. b487df6 Pull version, option, and mode APIs into their own sections. by David Benjamin · 10 years ago
  94. 7270cfc Prune version constants. by David Benjamin · 10 years ago
  95. afc9ecd Unexport ssl_get_new_session and ssl_update_cache. by David Benjamin · 10 years ago
  96. 3b7456e Fix some documentation typos. by David Benjamin · 10 years ago
  97. 4831c33 Document some core SSL_CTX and SSL methods. by David Benjamin · 10 years ago
  98. 4dab297 Don't use struct names in ssl.h. by David Benjamin · 10 years ago
  99. 12a4768 Try to fix MSVC and __STDC_VERSION__ again. by Adam Langley · 10 years ago
  100. 552df47 Remove leftovers of the old-style locks. by Adam Langley · 10 years ago