aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Make sure to use $(MAKE) everywhere instead of make.Richard Levitte2002-07-311-1/+1
* Typo.Lutz Jänicke2002-07-301-1/+1
* OpenSSL Security Advisory [30 July 2002]Lutz Jänicke2002-07-3010-191/+252
* "make update"Lutz Jänicke2002-07-301-935/+914
* New cipher selection options COMPLEMENTOFALL and COMPLEMENTOFDEFAULT.Lutz Jänicke2002-07-192-0/+19
* Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2002-07-141-349/+635
* Reorder inclusion of header files:Lutz Jänicke2002-07-1014-17/+17
* Ciphers with NULL encryption were not properly handled because they wereLutz Jänicke2002-07-103-12/+15
* emtpy fragments are not necessary for SSL_eNULLBodo Möller2002-07-092-5/+17
* AES cipher suites are now official (RFC3268)Bodo Möller2002-07-043-23/+23
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
* New option SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS for disabling CBCBodo Möller2002-06-143-16/+39
* Merge from 0.9.7-stable.Richard Levitte2002-06-061-1/+1
* Recover from errorsRichard Levitte2002-05-231-0/+2
* Allow the use of the TCP/IP stack keyword TCPIP and NONERichard Levitte2002-05-221-5/+34
* Fix ciphersuite list to enforce low priority for RC4.Bodo Möller2002-05-071-1/+1
* ensure that, for each strength, RC4 ciphers have least preferenceBodo Möller2002-05-071-1/+1
* refer to latest draft for AES ciphersuitesBodo Möller2002-05-071-1/+1
* fix warningBodo Möller2002-05-061-1/+1
* disable AES ciphersuites unless explicitly requestedBodo Möller2002-05-053-23/+25
* fix castsBodo Möller2002-05-051-9/+8
* undo nonsense patch (r *is* signed or we have signedness mismatches elsewhere)Bodo Möller2002-04-291-1/+1
* Fix unsigned vs. signed clashRichard Levitte2002-04-291-1/+1
* Synchronise with 0.9.7-stable.Richard Levitte2002-04-291-2/+2
* Synchronise with 0.9.7-stable.Richard Levitte2002-04-291-1/+1
* Signedness mismatch.Richard Levitte2002-04-202-3/+3
* Make sure the opened directory is closed on exit.Richard Levitte2002-04-181-3/+5
* fix length field we create when converting SSL 2.0 format into SSL 3.0/TLS 1....Bodo Möller2002-04-141-1/+1
* Implement known-IV countermeasure.Bodo Möller2002-04-137-44/+289
* Map new X509 verification errors to alert codes (Tom Wu <tom@arcot.com>).Lutz Jänicke2002-03-191-0/+7
* Initialize ciph_ctx in kssl.cDr. Stephen Henson2002-03-191-0/+1
* fix ssl3_pendingBodo Möller2002-03-151-1/+4
* Add missing strength entries.Lutz Jänicke2002-03-141-5/+5
* Initialize cipher context in KRB5Dr. Stephen Henson2002-03-143-5/+9
* use BIO_nwrite() more properly to demonstrate the general idea ofBodo Möller2002-03-141-3/+10
* Undo previous patch: avoid warnings by #undef'ingDr. Stephen Henson2002-03-131-6/+9
* Fix Kerberos warnings with VC++.Dr. Stephen Henson2002-03-122-5/+14
* Fix ASN1 additions for KRB5Dr. Stephen Henson2002-03-123-18/+32
* Fix various warnings when compiling with KRB5 code.Dr. Stephen Henson2002-03-122-16/+15
* use ERR_peek_last_error() instead of ERR_peek_error()Bodo Möller2002-02-281-2/+2
* Increase internal security when using strncpy, by making sure the resulting s...Richard Levitte2002-02-281-0/+2
* Add 'void *' argument to app_verify_callback.Bodo Möller2002-02-284-10/+47
* Fix the fix (Yoram Zahavi)...Lutz Jänicke2002-02-271-6/+6
* Make sure to remove bad sessions in SSL_clear() (found by Yoram Zahavi).Lutz Jänicke2002-02-261-8/+6
* Fix for AIX.Dr. Stephen Henson2002-02-221-1/+1
* ECDSA supportBodo Möller2002-02-131-629/+684
* Make removal from session cache more robust.Lutz Jänicke2002-02-101-2/+2
* Do not store unneeded data.Lutz Jänicke2002-02-081-4/+4
* Bugfix: In ssl3_accept, don't use a local variable 'got_new_session'Bodo Möller2002-01-144-5/+115
* Return -1 from ssl3_get_server_done (ssl3/s3_clnt.c) ifBodo Möller2002-01-141-0/+1