提交历史

作者 SHA1 备注 提交日期
  Lutz Jänicke 1f0c9ad7e1 Fix inconsistent behaviour with respect to verify_callback handling. 23 年之前
  Richard Levitte fa293e4e4b SSL_get_rfc were documented but not implemented. 23 年之前
  Richard Levitte 24cbf3efc6 SSL_get_[rw]fd were documented but not implemented. 23 年之前
  Richard Levitte 2a96235bf7 Include kssl_lcl.h where needed. 23 年之前
  Richard Levitte a5224c3420 Changes to the Kerberos SSL code by Jeffrey Altman <jaltman@columbia.edu> 23 年之前
  Dr. Stephen Henson 926a56bfe3 23 年之前
  Bodo Möller 027e257b1d Avoid assert() in the library. 23 年之前
  Bodo Möller e34cfcf7e1 Consistently use 'void *' for SSL read, peek and write functions. 24 年之前
  Bodo Möller 5451e0d924 add ssl23_peek 24 年之前
  Bodo Möller 5277d7cb7c Fix ERR_R_... problems. 24 年之前
  Geoff Thorpe f85c9904c6 Fix an oversight - when checking a potential session ID for conflicts with 24 年之前
  Geoff Thorpe ec0f19597e If a callback is generating a new session ID for SSLv2, then upon exiting, 24 年之前
  Geoff Thorpe dc644fe229 This change allows a callback to be used to override the generation of 24 年之前
  Richard Levitte bc36ee6227 Use new-style system-id macros everywhere possible. I hope I haven't 24 年之前
  Richard Levitte 34d69d3b23 SSL_new() may potentially add a certfificate. Therefore, wen 24 年之前
  Geoff Thorpe d0fa136ce2 Next step in tidying up the LHASH code. 24 年之前
  Geoff Thorpe 97b1719583 Make the remaining LHASH macro changes. This should leave no remaining 24 年之前
  Ulf Möller 0826c85f4c remove unused static function 24 年之前
  Geoff Thorpe 385d81380c First step in tidying up the LHASH code. The callback prototypes (and 24 年之前
  Richard Levitte f9b3bff6f7 First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Implemented by Vern Staats <staatsvr@asc.hpc.mil>, further hacked and distributed by Jeffrey Altman <jaltnab@columbia.edu> 24 年之前
  Richard Levitte cd9b7d7c35 comp_methods in a SSL_CTX points at an internal database. Do *not* 24 年之前
  Bodo Möller 24b44446e2 Comments on SSL_peek deficiencies 24 年之前
  Dr. Stephen Henson 924046ce75 Make non blocking I/O work for accept BIOs. 24 年之前
  Bodo Möller 086a32d754 Set s->read_ahead in SSL_new because SSL_clear no longer modifies it. 24 年之前
  Bodo Möller 544ebbceb4 Don't modify s->read_ahead in SSL_clear, which is called from 24 年之前
  Richard Levitte 62324627aa Use sk_*_new_null() instead of sk_*_new(NULL), since that takes care 24 年之前
  Dr. Stephen Henson 34216c0422 Keep a not of original encoding in certificate requests. 24 年之前
  Bodo Möller bbb8de0966 Avoid abort() throughout the library, except when preprocessor 24 年之前
  Richard Levitte 26a3a48d65 There have been a number of complaints from a number of sources that names 24 年之前
  Geoff Thorpe ccd86b68ef The previous commit to crypto/stack/*.[ch] pulled the type-safety strings 24 年之前