Commit History

Author SHA1 Message Date
  Bodo Möller a13c20f603 Further TLS extension updates 19 years ago
  Bodo Möller 51eb1b81f6 Avoid contradictive error code assignments. 19 years ago
  Bodo Möller 739a543ea8 Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts) 19 years ago
  Bodo Möller 3ff94a009b complete and correct RFC3546 error codes 19 years ago
  Bodo Möller 1aeb3da83f Fixes for TLS server_name extension 19 years ago
  Bodo Möller f1fd4544a3 Various changes in the new TLS extension code, including the following: 19 years ago
  Bodo Möller ed3883d21b Support TLS extensions (specifically, HostName) 19 years ago
  Bodo Möller 72dce7685e Add fixes for CAN-2005-2969. 19 years ago
  Dr. Stephen Henson c1de1a190d Avoid warning on Win32. 19 years ago
  Dr. Stephen Henson 566dda07ba New option SSL_OP_NO_COMP to disable compression. New ctrls to set 19 years ago
  Nils Larsch 4ebb342fcd Let the TLSv1_method() etc. functions return a const SSL_METHOD 19 years ago
  Nils Larsch f0747cd950 - let SSL_CTX_set_cipher_list and SSL_set_cipher_list return an 19 years ago
  Bodo Möller aa4ce7315f Fix various incorrect error function codes. 19 years ago
  Bodo Möller beb056b303 fix SSLerr stuff for DTLS1 code; 19 years ago
  Ben Laurie 36d16f8ee0 Add DTLS support. 19 years ago
  Ben Laurie 41a15c4f0f Give everything prototypes (well, everything that's actually used). 19 years ago
  Ben Laurie 0821bcd4de Constification. 19 years ago
  Dr. Stephen Henson 5d7c222db8 New X509_VERIFY_PARAM structure and associated functionality. 20 years ago
  Richard Levitte 6713a4835f Move some COMP functions to be inside the #ifndef OPENSSL_NO_COMP 20 years ago
  Geoff Thorpe d095b68d63 Deprecate quite a few recursive includes from the ssl.h API header and 20 years ago
  Richard Levitte 0020502a07 SSL_COMP_get_compression_method is a typo (a missing 's' at the end of 20 years ago
  Richard Levitte 875a644a90 Constify d2i, s2i, c2i and r2i functions and other associated 20 years ago
  Richard Levitte 3822740ce3 We're getting a clash with C++ because it has a type called 'list'. 21 years ago
  Dr. Stephen Henson a08ced78c8 Avoid warnings: add missing prototype, don't shadow. 21 years ago
  Richard Levitte 377dcdba44 Add functionality to get information on compression methods (not quite complete). 21 years ago
  Richard Levitte 8242354952 Make sure int SSL_COMP_add_compression_method() checks if a certain 21 years ago
  Geoff Thorpe 4879ec7bf3 Session cache implementations shouldn't have to access SSL_SESSION 22 years ago
  Dr. Stephen Henson cf56663fb7 Option to disable SSL auto chain build 22 years ago
  Bodo Möller 0e9035ac98 SSL_add_dir_cert_subjects_to_stack now exists for WIN32 22 years ago
  Geoff Thorpe e90e719739 Fix a warning, and do some constification as a lucky side-effect :-) 22 years ago