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