aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
2001-02-26make updateRichard Levitte1-3/+3
2001-02-23Fix an oversight - when checking a potential session ID for conflicts withGeoff Thorpe3-8/+8
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte6-704/+684
2001-02-22Include e_os2.h instead of opensslconf.h.Richard Levitte1-7/+8
2001-02-21If a callback is generating a new session ID for SSLv2, then upon exiting,Geoff Thorpe1-0/+11
2001-02-21This change allows a callback to be used to override the generation ofGeoff Thorpe4-18/+147
2001-02-21'make update'Geoff Thorpe1-25/+3
2001-02-20Let VMS catch up.Richard Levitte1-26/+1
2001-02-20DEC C on VMS is pedantic by definition.Richard Levitte1-1/+1
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte26-204/+204
2001-02-19Temporary fix for build break.Ulf Möller1-0/+1
2001-02-19Make all configuration macros available for application by makingRichard Levitte5-242/+209
2001-02-09New Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS/SSLv3 server to overrideLutz Jänicke6-28/+90
2001-02-07Fix AES code.Dr. Stephen Henson6-38/+209
2001-02-06Rijdael CBC mode and partial undebugged SSL support.Ben Laurie6-4/+55
2001-02-04Make depend.Ben Laurie1-633/+646
2001-01-25Zero the premaster secret after deriving the master secret in DHDr. Stephen Henson1-0/+1
2001-01-23For improved compatibility with 'strange' certificates, add someBodo Möller1-0/+4
2001-01-22Definition of NO_KRB5 in ssl.h for external applications.Ulf Möller1-0/+8
2001-01-09Move all the existing function pointer casts associated with LHASH's twoGeoff Thorpe1-1/+3
2000-12-31If OPENSSL_BUILD_SHLIBCRYPTO (for files that end up as libcryptoRichard Levitte1-0/+5
2000-12-31Uhmm, the keyword TRUE does not exist of course...Richard Levitte1-1/+1
2000-12-29Check for deselection of KRB5. In fact, skip it completely on VMS for now...Richard Levitte1-0/+1
2000-12-29"make update" plus a rewrite of both .num files.Richard Levitte1-558/+579
2000-12-28Update VMS build procedures to match the current status.Richard Levitte2-2/+2
2000-12-27Get rid of unused error code.Bodo Möller2-2/+0
2000-12-26Finish SSL_peek/SSL_pending fixes.Bodo Möller2-7/+1
2000-12-25Fix SSL_peek and SSL_pending.Bodo Möller4-48/+44
2000-12-18Import s2_pkt.c wbuf fixes from OpenSSL_0_9_6-stable branch.Bodo Möller3-8/+31
2000-12-15Locking issues.Bodo Möller2-9/+137
2000-12-14typoBodo Möller1-1/+1
2000-12-14First step towards SSL_peek fix.Bodo Möller7-53/+203
2000-12-12SSL_new() may potentially add a certfificate. Therefore, wenRichard Levitte1-0/+4
2000-12-08Next step in tidying up the LHASH code.Geoff Thorpe1-0/+4
2000-12-04It's completely unnecessary to add a compression algorithm that isRichard Levitte1-0/+3
2000-12-04Make the remaining LHASH macro changes. This should leave no remainingGeoff Thorpe1-2/+5
2000-12-03Fix warnings.Ben Laurie1-1/+7
2000-12-02remove unused static functionUlf Möller1-0/+2
2000-12-01First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe2-2/+3
2000-12-01Typo corrected.Richard Levitte1-1/+1
2000-12-01"make depend"Bodo Möller1-579/+558
2000-11-30COMP_zlib should always be declared, even if it is not functional.Bodo Möller1-1/+1
2000-11-30First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte13-623/+1560
2000-11-30The compression method may be undefined for some reason that hasRichard Levitte1-0/+3
2000-11-30Simplify and provide the possibility to clean a compression method.Richard Levitte1-12/+10
2000-11-30comp_methods in a SSL_CTX points at an internal database. Do *not*Richard Levitte1-0/+4
2000-11-30Turn off memory checking when loading new compression algorithms.Richard Levitte1-1/+5
2000-11-30Make it possible to test SSL compressionRichard Levitte1-0/+33
2000-11-29mark a bugBodo Möller1-0/+1
2000-11-29Store verify_result with sessions to avoid potential security hole.Lutz Jänicke3-0/+3