- ba13402 Fix the type of ASN1_i2d_bio's last argument. by David Benjamin · 10 years ago
- b8d28cf Factor out the buffering and low-level record code. by David Benjamin · 10 years ago
- e000472 pkcs8.c: Add PBES2 to list of password-based encryption methods. by Matt Braithwaite · 10 years ago
- 73415b6 Move arm_arch.h and fix up lots of include paths. by Adam Langley · 10 years ago
- 61821bf Add EVP_AEAD_CTX_zero. by David Benjamin · 10 years ago
- ec43534 Remove DHE_RSA_WITH_CHACHA20_POLY1305. by David Benjamin · 10 years ago
- 4838d8a Add do-nothing function |ERR_load_SSL_strings|. by Matt Braithwaite · 10 years ago
- d82a7b2 Re-add |EVP_des_ede|, which is ECB. by Matt Braithwaite · 10 years ago
- 8c413a2 Re-add |EVP_des_ede_cbc|. by Matt Braithwaite · 10 years ago
- 98d2f1f Add |EVP_des_ecb| from OpenSSL at fd682e4c. by Matt Braithwaite · 10 years ago
- aeeff2c Server-side OCSP stapling support. by Paul Lietar · 10 years ago
- 12fe1b2 Re-add the C version (only) of |EVP_aes_256_xts| by Matt Braithwaite · 10 years ago
- 6488725 Re-add |BN_bn2mpi| and |BN_mpi2bn| from OpenSSL at fd682e4c. by Matt Braithwaite · 10 years ago
- 3dd9016 Remove signature algorithm configuration hooks and SSL_ctrl. by David Benjamin · 10 years ago
- fdb4cdd Remove SSL_get1_curves and promote SSL_(CTX_)?set1_curves. by David Benjamin · 10 years ago
- 2b23d24 Make key exchange strength available. by Sigbjorn Vik · 10 years ago
- 45c6c3e Use the record-layer buffer for sniffing V2ClientHellos. by David Benjamin · 10 years ago
- 5f4de9a Fix pub_key comment in dh.h. by David Benjamin · 10 years ago
- 719220e Get overflow checks right in BN_bin2bn. by David Benjamin · 10 years ago
- 2b9ec70 Remove SSL_CTRL_SET_CLIENT_CERT_TYPES. by David Benjamin · 10 years ago
- d27441a Remove separate APIs for configuring chain and verify stores. by David Benjamin · 10 years ago
- 7591064 Promote SSL_get0_certificate_types to a proper function. by David Benjamin · 10 years ago
- fd7e116 Remove *_LIST SSL_ctrl functions. by David Benjamin · 10 years ago
- 02e1834 Make |RSA_PSS_PARAMS| public. by Matt Braithwaite · 10 years ago
- 45b0302 Add more compatibility symbols like |SSL_OP_NETSCAPE_CA_DN_BUG|. by Matt Braithwaite · 10 years ago
- ade291c Clean up the DES_key_schedule logic. by David Benjamin · 10 years ago
- b088331 Simplify handshake hash handling. by David Benjamin · 10 years ago
- 5375fd5 Switch the handshake buffer from memory BIO to BUF_MEM. by David Benjamin · 10 years ago
- 5055c76 Rename algorithm2 to algorithm_prf. by David Benjamin · 10 years ago
- 07bf9f6 Drop DEFINE_STACK_OF. by Adam Langley · 10 years ago
- d0e1f1c Include thread.h from crypto.h, like OpenSSL. by Matt Braithwaite · 10 years ago
- f92930e Add |EVP_rc2_cbc| and implement |EVP_CTRL_SET_RC2_KEY_BITS|. by Matt Braithwaite · 10 years ago
- c8d5122 Fold dtls1_process_record into dtls1_get_record. by David Benjamin · 10 years ago
- 229adfb FALLBACK_SCSV is an RFC now. by David Benjamin · 10 years ago
- 8bc81df Revert "pound-define EVP_R_BAD_DECRYPT CIPHER_R_BAD_DECRYPT." by Adam Langley · 10 years ago
- 43bd18f Don't define typedefs twice. by David Benjamin · 10 years ago
- 16f774f base.h: add typedefs from x509.h, and sort them. by Matt Braithwaite · 10 years ago
- 0fba870 pound-define EVP_R_BAD_DECRYPT CIPHER_R_BAD_DECRYPT. by Matt Braithwaite · 10 years ago
- 6454a4c pound-define SSLEAY_VERSION_NUMBER OPENSSL_VERSION_NUMBER by Matt Braithwaite · 10 years ago
- 5acf6b5 include base64.h in evp.h by Matt Braithwaite · 10 years ago
- fc05994 Fold away EC point format negotiation. by David Benjamin · 10 years ago
- 8a36e53 Avoid using |WIN32| and use |OPENSSL_WINDOWS| instead. by Brian Smith · 10 years ago
- cae932e Remove SSL_get0_ec_point_formats. by David Benjamin · 10 years ago
- 2f252fe Add |DES_set_key_unchecked| as an alias for |DES_set_key|. by Matt Braithwaite · 10 years ago
- 601448a Add server-side support for asynchronous signing. by nagendra modadugu · 10 years ago
- 0950563 Implement custom extensions. by Adam Langley · 10 years ago
- 820731a Fix some typos in license headers. by David Benjamin · 10 years ago
- bc97c69 Make methods of |RAND_SSLEay| do reasonable things. by Matt Braithwaite · 10 years ago
- 3534919 Regenerate stack_macros.h by Adam Langley · 10 years ago
- 33ad2b5 Tidy up extensions stuff and drop fastradio support. by Adam Langley · 10 years ago
- 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
- 209b256 Fix o2i_ECPublicKey documentation. by David Benjamin · 10 years ago
- 7315251 Replace cpuid assembly with C code. by David Benjamin · 10 years ago
- c3717f4 Extra documentation. by David Benjamin · 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
- 723f353 Fix shared library build. by David Benjamin · 10 years ago
- 0851f674 Add standalone tests for Poly1305. by David Benjamin · 10 years ago
- 2e857bd Convert the signature algorithms extension to the new system by Adam Langley · 10 years ago
- d822ed8 Make CBB_len return a length, not remaining. 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
- 87897a8 Implement ECDSA_SIG_{parse,marshal} with crypto/bytestring. by David Benjamin · 10 years ago
- f3cdc50 Remove some unused constants. 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
- 0fc431a Prune NIDs from TLS_SIGALGS. by David Benjamin · 10 years ago
- ba16a1e Remove SSL_get_(shared_)sigalgs. 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
- b9c579d Add crypto/bytestring-based BIGNUM DER functions. by David Benjamin · 10 years ago
- 6a1275b typedef |COMP_METHOD| to void, for compatibility. by Matt Braithwaite · 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
- 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
- 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
- 614c66a Add infrastructure for better extension handling. by Adam Langley · 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
- 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
- c0fe12c Restore |X509_REQ_print| and friends, from OpenSSL at ce7e647b. by Matt Braithwaite · 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
- 50f54e2 AEADs don't go through ENGINE. by David Benjamin · 10 years ago