aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Forcibly enable memory leak checking during "make test"Bodo Möller2001-03-111-0/+6
* Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-091-2/+1
* Consistently use 'void *' for SSL read, peek and write functions.Bodo Möller2001-03-095-11/+11
* add ssl23_peekBodo Möller2001-03-084-15/+33
* Fix ERR_R_... problems.Bodo Möller2001-03-079-24/+22
* Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller2001-03-052-2/+2
* For SSLv2, return the SSLv2 method, not the SSLv23 method. This way,Richard Levitte2001-03-021-1/+1
* make updateRichard Levitte2001-02-261-3/+3
* Fix an oversight - when checking a potential session ID for conflicts withGeoff Thorpe2001-02-233-8/+8
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-226-704/+684
* Include e_os2.h instead of opensslconf.h.Richard Levitte2001-02-221-7/+8
* If a callback is generating a new session ID for SSLv2, then upon exiting,Geoff Thorpe2001-02-211-0/+11
* This change allows a callback to be used to override the generation ofGeoff Thorpe2001-02-214-18/+147
* 'make update'Geoff Thorpe2001-02-211-25/+3
* Let VMS catch up.Richard Levitte2001-02-201-26/+1
* DEC C on VMS is pedantic by definition.Richard Levitte2001-02-201-1/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-2026-204/+204
* Temporary fix for build break.Ulf Möller2001-02-191-0/+1
* 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