785 Commits (47ebec12104b92a8b6266f5e56edc6487220a681)

Author SHA1 Message Date
  David Benjamin 3dd9016a51 Remove signature algorithm configuration hooks and SSL_ctrl. 9 years ago
  David Benjamin fdb4cdd755 Remove SSL_get1_curves and promote SSL_(CTX_)?set1_curves. 9 years ago
  Sigbjorn Vik 2b23d24c38 Make key exchange strength available. 9 years ago
  David Benjamin 45c6c3e8ef Use the record-layer buffer for sniffing V2ClientHellos. 9 years ago
  David Benjamin 5f4de9aa8f Fix pub_key comment in dh.h. 9 years ago
  David Benjamin 719220ec8e Get overflow checks right in BN_bin2bn. 9 years ago
  David Benjamin 2b9ec70558 Remove SSL_CTRL_SET_CLIENT_CERT_TYPES. 9 years ago
  David Benjamin d27441a9cb Remove separate APIs for configuring chain and verify stores. 9 years ago
  David Benjamin 7591064546 Promote SSL_get0_certificate_types to a proper function. 9 years ago
  David Benjamin fd7e1163e8 Remove *_LIST SSL_ctrl functions. 9 years ago
  Matt Braithwaite 02e1834bc7 Make |RSA_PSS_PARAMS| public. 9 years ago
  Matt Braithwaite 45b03025bd Add more compatibility symbols like |SSL_OP_NETSCAPE_CA_DN_BUG|. 9 years ago
  David Benjamin ade291c566 Clean up the DES_key_schedule logic. 9 years ago
  David Benjamin b088331ec0 Simplify handshake hash handling. 9 years ago
  David Benjamin 5375fd594b Switch the handshake buffer from memory BIO to BUF_MEM. 9 years ago
  David Benjamin 5055c76709 Rename algorithm2 to algorithm_prf. 9 years ago
  Adam Langley 07bf9f69ba Drop DEFINE_STACK_OF. 9 years ago
  Matt Braithwaite d0e1f1ca85 Include thread.h from crypto.h, like OpenSSL. 9 years ago
  Matt Braithwaite f92930e30a Add |EVP_rc2_cbc| and implement |EVP_CTRL_SET_RC2_KEY_BITS|. 9 years ago
  David Benjamin c8d5122538 Fold dtls1_process_record into dtls1_get_record. 9 years ago
  David Benjamin 229adfb42b FALLBACK_SCSV is an RFC now. 9 years ago
  Adam Langley 8bc81df02b Revert "pound-define EVP_R_BAD_DECRYPT CIPHER_R_BAD_DECRYPT." 9 years ago
  David Benjamin 43bd18f3b2 Don't define typedefs twice. 9 years ago
  Matt Braithwaite 16f774f8bf base.h: add typedefs from x509.h, and sort them. 9 years ago
  Matt Braithwaite 0fba870578 pound-define EVP_R_BAD_DECRYPT CIPHER_R_BAD_DECRYPT. 9 years ago
  Matt Braithwaite 6454a4cc21 pound-define SSLEAY_VERSION_NUMBER OPENSSL_VERSION_NUMBER 9 years ago
  Matt Braithwaite 5acf6b5cb4 include base64.h in evp.h 9 years ago
  David Benjamin fc05994e24 Fold away EC point format negotiation. 9 years ago
  Brian Smith 8a36e53abb Avoid using |WIN32| and use |OPENSSL_WINDOWS| instead. 9 years ago
  David Benjamin cae932e85b Remove SSL_get0_ec_point_formats. 9 years ago
  Matt Braithwaite 2f252fed10 Add |DES_set_key_unchecked| as an alias for |DES_set_key|. 9 years ago
  nagendra modadugu 601448aa13 Add server-side support for asynchronous signing. 9 years ago
  Adam Langley 0950563a9b Implement custom extensions. 9 years ago
  David Benjamin 820731a2b0 Fix some typos in license headers. 9 years ago
  Matt Braithwaite bc97c69d76 Make methods of |RAND_SSLEay| do reasonable things. 9 years ago
  Adam Langley 3534919c19 Regenerate stack_macros.h 9 years ago
  Adam Langley 33ad2b59da Tidy up extensions stuff and drop fastradio support. 9 years ago
  Adam Langley 391250d255 Convert the SRTP extension to the new system 9 years ago
  Adam Langley 49c7af1c42 Convert the Channel ID extension to the new system. 9 years ago
  David Benjamin 209b256223 Fix o2i_ECPublicKey documentation. 9 years ago
  David Benjamin 7315251d4e Replace cpuid assembly with C code. 9 years ago
  David Benjamin c3717f4a00 Extra documentation. 9 years ago
  David Benjamin 207bb4391f ERR_LIB_USER should be the last error. 9 years ago
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. 9 years ago
  David Benjamin 34248d4cb7 Get rid of err function codes. 9 years ago
  David Benjamin 723f3534ff Fix shared library build. 9 years ago
  David Benjamin 0851f67480 Add standalone tests for Poly1305. 9 years ago
  Adam Langley 2e857bdad3 Convert the signature algorithms extension to the new system 9 years ago
  David Benjamin d822ed811a Make CBB_len return a length, not remaining. 9 years ago
  David Benjamin 74f711083d Parse RSAPrivateKey with CBS. 9 years ago