aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* SSL_new() may potentially add a certfificate. Therefore, wenRichard Levitte2000-12-121-0/+4
* Next step in tidying up the LHASH code.Geoff Thorpe2000-12-081-0/+4
* It's completely unnecessary to add a compression algorithm that isRichard Levitte2000-12-041-0/+3
* Make the remaining LHASH macro changes. This should leave no remainingGeoff Thorpe2000-12-041-2/+5
* Fix warnings.Ben Laurie2000-12-031-1/+7
* remove unused static functionUlf Möller2000-12-021-0/+2
* First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe2000-12-012-2/+3
* Typo corrected.Richard Levitte2000-12-011-1/+1
* "make depend"Bodo Möller2000-12-011-579/+558
* COMP_zlib should always be declared, even if it is not functional.Bodo Möller2000-11-301-1/+1
* First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte2000-11-3013-623/+1560
* 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