aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid sprintf.Bodo Möller2000-05-211-27/+25
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-151-8/+8
* In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte2000-05-021-2/+18
* "make update"Richard Levitte2000-04-091-32/+32
* In theory, TLS v1 ciphersuites are not the same as SSL v3 ciphersuitesBodo Möller2000-04-061-0/+11
* Avoid memory leak.Bodo Möller2000-04-061-2/+15
* Comments for SSL_get_peer_cert_chain inconsistency.Bodo Möller2000-03-273-0/+7
* NeXT workaround.Bodo Möller2000-03-261-0/+14
* Use correct function names in SSLerr macros.Bodo Möller2000-03-144-4/+6
* Update usage infoBodo Möller2000-03-131-4/+4
* Update test suite so that 'make test' succeeds in 'no-rsa' configuration.Bodo Möller2000-03-131-3/+22
* Copy DH key (if available) in addition to the bare parametersBodo Möller2000-03-132-28/+56
* Connection timings (using ISO C function clock()).Bodo Möller2000-03-131-28/+98
* cleaning up a littleBodo Möller2000-03-121-1/+1
* Always use fixed DH parameters created with 'dhparam -C',Bodo Möller2000-03-101-69/+110
* Fix the indentation, and avoid a compiler warning.Bodo Möller2000-03-061-38/+39
* Let's not lie to the people.Richard Levitte2000-03-061-3/+2
* Preserve reason strings in automatically build tables.Bodo Möller2000-03-051-1/+2
* New logical names to skip algorithms are now supported.Richard Levitte2000-02-271-5/+26
* Fix shadow warning.Dr. Stephen Henson2000-02-261-3/+3
* Some time in history, SSL_CTX_sessions() disappeared. It is nowRichard Levitte2000-02-252-0/+6
* Use unsigned loop index to make compilers happyBodo Möller2000-02-251-2/+3
* The previous revision should have generated _more_ warnings, not less ...Bodo Möller2000-02-251-5/+5
* More VC++ pickiness. (destest.c doesn't have a "return" and the usualGeoff Thorpe2000-02-251-2/+2
* Add OpenSSL licen[cs]e.Bodo Möller2000-02-251-0/+53
* Fix off-by-one error :-)Bodo Möller2000-02-251-1/+1