aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
...
* The compression method may be undefined for some reason that hasRichard Levitte2000-11-301-0/+3
* Simplify and provide the possibility to clean a compression method.Richard Levitte2000-11-301-12/+10
* comp_methods in a SSL_CTX points at an internal database. Do *not*Richard Levitte2000-11-301-0/+4
* Turn off memory checking when loading new compression algorithms.Richard Levitte2000-11-301-1/+5
* Make it possible to test SSL compressionRichard Levitte2000-11-301-0/+33
* mark a bugBodo Möller2000-11-291-0/+1
* Store verify_result with sessions to avoid potential security hole.Lutz Jänicke2000-11-293-0/+3
* Comments on SSL_peek deficienciesBodo Möller2000-11-283-2/+12
* Disable SSL_peek until it is fixed.Bodo Möller2000-11-284-2/+16
* modular arithmeticsBodo Möller2000-11-262-0/+14
* Increase permissible ClientKeyExchange message length.Bodo Möller2000-11-171-1/+1
* include 'err' label only when it is actually usedBodo Möller2000-11-171-0/+2
* tag SSL_peek bugsBodo Möller2000-11-172-0/+2
* I've checked again and again. There really is no need to expand a toRichard Levitte2000-11-162-0/+733
* in some new file names the first 8 characters were not uniqueUlf Möller2000-11-121-35/+35
* Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte2000-11-081-0/+1
* The consequence of constification is that to pass the address to aRichard Levitte2000-11-061-2/+2
* If the functions get_dh*() are declared static, they should be defined the sa...Richard Levitte2000-10-221-3/+3
* The experimental Rijndael code moved to the main trunk.Richard Levitte2000-10-141-19/+54
* Make non blocking I/O work for accept BIOs.Dr. Stephen Henson2000-10-123-0/+9
* Set s->read_ahead in SSL_new because SSL_clear no longer modifies it.Bodo Möller2000-09-261-0/+1
* Don't modify s->read_ahead in SSL_clear, which is called fromBodo Möller2000-09-261-0/+2
* Fix SSL_CTX_set_read_ahead macro.Bodo Möller2000-09-261-1/+1
* 'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte2000-09-251-1/+2
* Avoid protocol rollback.Bodo Möller2000-09-223-8/+15
* Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte2000-09-211-0/+4
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-173-3/+3
* New SSL API mode 'SSL_MODE_AUTO_RETRY', which disables the defaultBodo Möller2000-09-122-24/+31
* 'make update'Richard Levitte2000-09-071-71/+88
* Keep a not of original encoding in certificate requests.Dr. Stephen Henson2000-09-051-2/+0
* Avoid abort() throughout the library, except when preprocessorBodo Möller2000-09-044-9/+18
* MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte2000-08-141-438/+456
* Document rollback issues.Bodo Möller2000-07-292-0/+3
* Fix SSL 2.0 rollback checking: The previous implementation of theBodo Möller2000-07-292-2/+4
* I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte2000-07-051-386/+403
* BeautificationRichard Levitte2000-07-051-6/+6
* Fix code structure (if ... else if ... where both partsBodo Möller2000-07-021-5/+9
* Fixes for Win32 build.Dr. Stephen Henson2000-06-213-4/+4
* Safe stack reorganisation in terms of function casts.Dr. Stephen Henson2000-06-161-62/+0
* Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe2000-06-131-51/+51
* Using checks of the existence of HEADER_{foo}_H in other header filesRichard Levitte2000-06-092-9/+21
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-0115-74/+74
* "make update" + stripping the type-specific stack functions out ofGeoff Thorpe2000-06-011-0/+62
* The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe2000-06-015-9/+12
* Bugfix: clear error queue after ignoring ssl_verify_cert_chain result.Bodo Möller2000-05-272-0/+2
* typoBodo Möller2000-05-251-1/+1
* Implement SSL_OP_TLS_ROLLBACK_BUG for servers.Bodo Möller2000-05-251-5/+16
* Avoid sprintfBodo Möller2000-05-211-1/+1
* Avoid sprintf.Bodo Möller2000-05-211-2/+3
* Avoid sprintf, and harmonize indentation.Bodo Möller2000-05-211-73/+76