1. 391250d Convert the SRTP extension to the new system by Adam Langley · 10 years ago
  2. 49c7af1 Convert the Channel ID extension to the new system. by Adam Langley · 10 years ago
  3. f18e453 Convert the ALPN extension to the new system by Adam Langley · 10 years ago
  4. ab8d87d Convert the SCT extension to the new system by Adam Langley · 10 years ago
  5. 209b256 Fix o2i_ECPublicKey documentation. by David Benjamin · 10 years ago
  6. 0c893f1 Surround immintrin.h includes with warning pragmas. by David Benjamin · 10 years ago
  7. f21fe46 Simplify the AMD-specific codepath. by David Benjamin · 10 years ago
  8. 7315251 Replace cpuid assembly with C code. by David Benjamin · 10 years ago
  9. aa58513 Reserve ex_data index zero for app_data. by David Benjamin · 10 years ago
  10. 31ac9aa Remove incorrect TODO(fork). by David Benjamin · 10 years ago
  11. c3717f4 Extra documentation. by David Benjamin · 10 years ago
  12. c473733 Fix typo in |HMAC_CTX_cleanup|. by Adam Langley · 10 years ago
  13. 207bb43 ERR_LIB_USER should be the last error. by David Benjamin · 10 years ago
  14. 3570d73 Remove the func parameter to OPENSSL_PUT_ERROR. by David Benjamin · 10 years ago
  15. 34248d4 Get rid of err function codes. by David Benjamin · 10 years ago
  16. 7f15ff5 Rename crypto/{bn,evp}/asn1.c. by David Benjamin · 10 years ago
  17. 7ca4b42 Fix Chromium NaCl build. by David Benjamin · 10 years ago
  18. 4a59709 Fix Windows build. by David Benjamin · 10 years ago
  19. 723f353 Fix shared library build. by David Benjamin · 10 years ago
  20. 0851f674 Add standalone tests for Poly1305. by David Benjamin · 10 years ago
  21. a5e2915 Fix build on Unix systems without POSIX realtime extensions. by Doug Hogan · 10 years ago
  22. ecdf7f9 Minor whitespace update after running go fmt with 1.4.2. by Doug Hogan · 10 years ago
  23. 97dfcbf Convert the NPN extension to the new system by Adam Langley · 10 years ago
  24. bb0bd04 Convert the status_request (OCSP stapling) extension to the new system by Adam Langley · 10 years ago
  25. 2e857bd Convert the signature algorithms extension to the new system by Adam Langley · 10 years ago
  26. 9b05bc5 Convert the session ticket extension to the new system. by Adam Langley · 10 years ago
  27. 0a05671 Switch EMS over to the new extensions system. by Adam Langley · 10 years ago
  28. efb0e16 Reject empty ALPN protocols. by Adam Langley · 10 years ago
  29. d822ed8 Make CBB_len return a length, not remaining. by David Benjamin · 10 years ago
  30. b558c4c Add a test case for renegotation with False Start enabled. by Adam Langley · 10 years ago
  31. 27dc1cd Remove RSA_OAEP_PARAMS. by David Benjamin · 10 years ago
  32. 74f7110 Parse RSAPrivateKey with CBS. by David Benjamin · 10 years ago
  33. c0e245a Parse RSAPublicKey with CBS. by David Benjamin · 10 years ago
  34. 7ed35fb Fix my screwup in review. by Adam Langley · 10 years ago
  35. 2e40091 PKCS8_pkey_set0 doesn't take ownership on error. by David Benjamin · 10 years ago
  36. 183eba4 Convert ecdsa_test to the new ECDSA_SIG API. by David Benjamin · 10 years ago
  37. 87897a8 Implement ECDSA_SIG_{parse,marshal} with crypto/bytestring. by David Benjamin · 10 years ago
  38. 6df1ac9 Fix Windows build. by Adam Langley · 10 years ago
  39. f3cdc50 Remove some unused constants. by David Benjamin · 10 years ago
  40. 71d2e54 Clear key_method in ssl_cert_clear_certs. by David Benjamin · 10 years ago
  41. 11c0f8e Promote certificate-related ctrl macros to functions. by David Benjamin · 10 years ago
  42. 7481d39 Document APIs relating to configuring certificates and private keys. by David Benjamin · 10 years ago
  43. b2a9d6a Remove SSL_build_cert_chain. by David Benjamin · 10 years ago
  44. 4462809 Remove SSL_CTX_select_current_cert. by David Benjamin · 10 years ago
  45. d1d8078 Fold away certificate slots mechanism. by David Benjamin · 10 years ago
  46. 5703648 Remove SSL_CTX_get_extra_chain_certs_only. by David Benjamin · 10 years ago
  47. bb20f52 Merge the RSA_ENC and RSA_SIGN certificate slots. by David Benjamin · 10 years ago
  48. 0fc431a Prune NIDs from TLS_SIGALGS. by David Benjamin · 10 years ago
  49. ba16a1e Remove SSL_get_(shared_)sigalgs. by David Benjamin · 10 years ago
  50. a31c5bf Make pem_str const-correct. by David Benjamin · 10 years ago
  51. 42ae3ad Remove info field on EVP_PKEY_ASN1_METHOD. by David Benjamin · 10 years ago
  52. 1504304 Remove dead SRP SSL_CTRL values. by David Benjamin · 10 years ago
  53. 7d97fd3 Remove SSL_get_server_tmp_key. by David Benjamin · 10 years ago
  54. 396a441 ssl3_cert_verify_hash should take the EVP_PKEY type. by David Benjamin · 10 years ago
  55. 67dc838 Fix ssl3_send_client_certificate state machine. by David Benjamin · 10 years ago
  56. b9c579d Add crypto/bytestring-based BIGNUM DER functions. by David Benjamin · 10 years ago
  57. 241364c Demand for newer POSIX macro by Khem Raj · 10 years ago
  58. dfa4069 Fix MSVC build some more. by David Benjamin · 10 years ago
  59. 3e53633 Fix Windows build. by David Benjamin · 10 years ago
  60. 6a1275b typedef |COMP_METHOD| to void, for compatibility. by Matt Braithwaite · 10 years ago
  61. fd56036 Call ERR_clear_error after functions that are expected to fail. by David Benjamin · 10 years ago
  62. 047d6f0 Remove ssl2.h and ssl23.h. by Håvard Molland · 10 years ago
  63. cce5a98 Remove EVP_PKEY_dup. by David Benjamin · 10 years ago
  64. 76e9a2a Add tests for low-level AES functions. by David Benjamin · 10 years ago
  65. f078639 Test both streaming and single-shot EVP_CIPHER operations. by David Benjamin · 10 years ago
  66. deedad1 Fix documentation typo. by David Benjamin · 10 years ago
  67. a865320 Add CBB_zero to set a CBB to the zero state. by David Benjamin · 10 years ago
  68. d633071 Re-wrap kOAEPCipherText from rsa_test. by David Benjamin · 10 years ago
  69. cb41d77 Fix kTwoPrimeKey and kSixPrimeKey samples in rsa_test. by David Benjamin · 10 years ago
  70. d13a5e1 Fix crypto/bytestring test for too long lengths. by David Benjamin · 10 years ago
  71. 961ad6a Sign channel IDs with ECDSA_do_sign. by David Benjamin · 10 years ago
  72. 1db476e Include openssl/chacha.h rather than duplicate the prototype. by David Benjamin · 10 years ago
  73. 7e5f594 Document i2d_PublicKey better. by David Benjamin · 10 years ago
  74. 507b819 Use typedef names in evp.h. by David Benjamin · 10 years ago
  75. e3aa1d9 Cleanup ticket processing and session lookup. by David Benjamin · 10 years ago
  76. 5021b22 Convert the renegotiation extension to the new system. by Adam Langley · 10 years ago
  77. 4cfa96b Move compile-time asserts to the top-level. by Adam Langley · 10 years ago
  78. 614c66a Add infrastructure for better extension handling. by Adam Langley · 10 years ago
  79. be9eda4 Fix Renegotiate-Client-NoExt test. by Adam Langley · 10 years ago
  80. 705076a Handle EINTR in open and dup calls in urandom.c. by David Benjamin · 10 years ago
  81. de24aad Add RAND_set_urandom_fd. by David Benjamin · 10 years ago
  82. daeafc2 Move the session ticket functions to ssl.h. by David Benjamin · 10 years ago
  83. 6cacac0 Promote SSL_CTX_[gs]et_tlsext_ticket_keys to functions. by David Benjamin · 10 years ago
  84. cb3872f Sort the preprocessor compatibility section. by David Benjamin · 10 years ago
  85. bed6354 Increment the reference count of sessions inside the lock. by David Benjamin · 10 years ago
  86. d98452d Add a test for the ticket callback. by David Benjamin · 10 years ago
  87. 65ee9b7 Remove EVP_PKEY_HMAC. by David Benjamin · 10 years ago
  88. a59347e RAND_set_rand_method takes a const parameter. by Adam Langley · 10 years ago
  89. 3e5e99d Dummy |RAND_set_rand_method|, |RAND_egd|, and |RAND_SSLeay|. by Matt Braithwaite · 10 years ago
  90. 50365f2 Restore |DES_ede3_cfb_encrypt| and |DES_ede3_cfb64_encrypt| from OpenSSL at ce7e647b. by Matt Braithwaite · 10 years ago
  91. b3cda65 Fix signed/unsigned warnings for MSVC. by Adam Langley · 10 years ago
  92. c0fe12c Restore |X509_REQ_print| and friends, from OpenSSL at ce7e647b. by Matt Braithwaite · 10 years ago
  93. 248abbd Add missing comma in .type pragma for rdrand code. by Adam Langley · 10 years ago
  94. 4cd4edf Restore |ERR_print_errors()|. by Matt Braithwaite · 10 years ago
  95. 1cb49cd Restore |RSA_generate_key()| from OpenSSL at b4f0d1a. by Matt Braithwaite · 10 years ago
  96. e17d45f Restore |BIO_f_base64| from OpenSSL at b4f0d1a, modulo style fixes. by Matt Braithwaite · 10 years ago
  97. 9eaf07d Emit #if guards for ARM assembly files. by Adam Langley · 10 years ago
  98. 2cac350 Handle RDRAND failures. by Adam Langley · 10 years ago
  99. 50f54e2 AEADs don't go through ENGINE. by David Benjamin · 10 years ago
  100. e65886a dsa_pub_encode: Write out DSA parameters (p, q, g) in addition to key. by Matt Braithwaite · 10 years ago