aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Make all configuration macros available for application by makingRichard Levitte2001-02-195-242/+209
* New Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS/SSLv3 server to overrideLutz Jänicke2001-02-096-28/+90
* Fix AES code.Dr. Stephen Henson2001-02-076-38/+209
* Rijdael CBC mode and partial undebugged SSL support.Ben Laurie2001-02-066-4/+55
* Make depend.Ben Laurie2001-02-041-633/+646
* Zero the premaster secret after deriving the master secret in DHDr. Stephen Henson2001-01-251-0/+1
* For improved compatibility with 'strange' certificates, add someBodo Möller2001-01-231-0/+4
* Definition of NO_KRB5 in ssl.h for external applications.Ulf Möller2001-01-221-0/+8
* Move all the existing function pointer casts associated with LHASH's twoGeoff Thorpe2001-01-091-1/+3
* If OPENSSL_BUILD_SHLIBCRYPTO (for files that end up as libcryptoRichard Levitte2000-12-311-0/+5
* Uhmm, the keyword TRUE does not exist of course...Richard Levitte2000-12-311-1/+1
* Check for deselection of KRB5. In fact, skip it completely on VMS for now...Richard Levitte2000-12-291-0/+1
* "make update" plus a rewrite of both .num files.Richard Levitte2000-12-291-558/+579
* Update VMS build procedures to match the current status.Richard Levitte2000-12-282-2/+2
* Get rid of unused error code.Bodo Möller2000-12-272-2/+0
* Finish SSL_peek/SSL_pending fixes.Bodo Möller2000-12-262-7/+1
* Fix SSL_peek and SSL_pending.Bodo Möller2000-12-254-48/+44
* Import s2_pkt.c wbuf fixes from OpenSSL_0_9_6-stable branch.Bodo Möller2000-12-183-8/+31
* Locking issues.Bodo Möller2000-12-152-9/+137
* typoBodo Möller2000-12-141-1/+1
* First step towards SSL_peek fix.Bodo Möller2000-12-147-53/+203
* 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