aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
...
* the previous commit accidentily removed 'ret = 1' from the SSL_ST_OKBodo Möller2001-10-151-0/+1
* To avoid commit wars over dependencies, let's make it so things thatRichard Levitte2001-10-106-9/+7
* SSL_add_dir_cert_subjects_to_stack for Win32 finally implemented.Richard Levitte2001-10-041-0/+52
* 'make update'Richard Levitte2001-10-041-282/+282
* commentBodo Möller2001-09-242-2/+4
* avoid everything resembling a magic trigraphBodo Möller2001-09-241-1/+1
* bugfix: handle HelloRequest received during handshake correctlyBodo Möller2001-09-211-0/+4
* Disable session related stuff in SSL_ST_OK case of ssl3_accept if weBodo Möller2001-09-212-18/+18
* Bugfix: correct cleanup after sending a HelloRequestBodo Möller2001-09-211-3/+1
* New function SSL_renegotiate_pending().Bodo Möller2001-09-203-4/+34
* fix ssl3_accept: don't call ssl_init_wbio_buffer() in HelloRequest caseBodo Möller2001-09-201-5/+60
* Fix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so that we don'tBodo Möller2001-09-208-35/+66
* add commentBodo Möller2001-09-141-0/+2
* Make maximum certifcate chain size accepted from the peer applicationLutz Jänicke2001-09-114-26/+40
* Fix apps/openssl.c and ssl/ssltest.c so that they useBodo Möller2001-09-101-1/+6
* Rename recently introduced functions for improved code clarity:Bodo Möller2001-09-033-4/+4
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-015-28/+24
* (A version of) gcc had been giving somewhat odd "trigraph" warnings aboutGeoff Thorpe2001-08-281-1/+1
* Fix SSL memory leak.Ben Laurie2001-08-281-0/+3
* Changes crypto/evp/ and ssl/ code from directly incrementing referenceGeoff Thorpe2001-08-253-4/+4
* Allow client certificate lists > 16kB ("Douglas E. Engert" <deengert@anl.gov>.)Lutz Jänicke2001-08-251-1/+5
* More manual pages. Constify.Lutz Jänicke2001-08-232-22/+22
* Checked in from the wrong !@#$%&*() copy...Lutz Jänicke2001-08-211-24/+24
* Alert description strings for TLSv1 and documentation.Lutz Jänicke2001-08-191-0/+48
* The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe2001-08-122-10/+12
* Bugfix: larger message size in ssl3_get_key_exchange() becauseBodo Möller2001-08-071-1/+7
* Fix typos (shinagawa@star.zko.dec.com)Lutz Jänicke2001-08-071-2/+2
* Start to reduce some of the header bloat.Ben Laurie2001-08-051-70/+87
* Don't disable rollback attack detection as a recommended bug workaround.Lutz Jänicke2001-08-031-1/+5
* Remove SSL_OP_NON_EXPORT_FIRST:Lutz Jänicke2001-08-012-69/+1
* Indent.Lutz Jänicke2001-07-311-1/+1
* Make as sure as possible that gethostname() will be properly declared.Richard Levitte2001-07-311-0/+8
* Correct most of the unsigned vs. signed warnings (or int vs. size_t),Richard Levitte2001-07-311-12/+13
* Whoops, my fault, a backslash got converted to a slash...Richard Levitte2001-07-311-1/+1
* More Kerberos SSL changes from Jeffrey Altman <jaltman@columbia.edu>Richard Levitte2001-07-317-7/+83
* make updateRichard Levitte2001-07-311-399/+433
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-3010-749/+501
* Only set the verify callback if there's one to set!Ben Laurie2001-07-301-1/+2
* Fix inconsistent behaviour with respect to verify_callback handling.Lutz Jänicke2001-07-302-2/+2
* add a commentBodo Möller2001-07-251-0/+4
* More Kerberos SSL patches from Vern Staats <staatsvr@asc.hpc.mil>.Richard Levitte2001-07-212-73/+119
* SSL_get_rfc were documented but not implemented.Richard Levitte2001-07-161-1/+1
* SSL_get_[rw]fd were documented but not implemented.Richard Levitte2001-07-152-0/+19
* Prevent KSSL server from requesting a client certificate.Richard Levitte2001-07-123-4/+9
* paddr may be NULL. Do not crash if it is.Richard Levitte2001-07-121-5/+10
* Some of the Kerberos code had dissapeared. Reapply.Richard Levitte2001-07-121-1/+6
* make updateRichard Levitte2001-07-111-7/+7
* Include kssl_lcl.h where needed.Richard Levitte2001-07-114-2/+4
* Private functions do not belong in an exported header file, so moveRichard Levitte2001-07-112-14/+87
* Changes to the Kerberos SSL code by Jeffrey Altman <jaltman@columbia.edu>Richard Levitte2001-07-114-6/+213