summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Really add the EVP and all of the DES changes.ben2001-07-3010-749/+501
* Only set the verify callback if there's one to set!ben2001-07-301-1/+2
* Fix inconsistent behaviour with respect to verify_callback handling.jaenicke2001-07-302-2/+2
* add a commentbodo2001-07-251-0/+4
* More Kerberos SSL patches from Vern Staats <staatsvr@asc.hpc.mil>.levitte2001-07-212-73/+119
* SSL_get_rfc were documented but not implemented.levitte2001-07-161-1/+1
* SSL_get_[rw]fd were documented but not implemented.levitte2001-07-152-0/+19
* Prevent KSSL server from requesting a client certificate.levitte2001-07-123-4/+9
* paddr may be NULL. Do not crash if it is.levitte2001-07-121-5/+10
* Some of the Kerberos code had dissapeared. Reapply.levitte2001-07-121-1/+6
* make updatelevitte2001-07-111-7/+7
* Include kssl_lcl.h where needed.levitte2001-07-114-2/+4
* Private functions do not belong in an exported header file, so movelevitte2001-07-112-14/+87
* Changes to the Kerberos SSL code by Jeffrey Altman <jaltman@columbia.edu>levitte2001-07-114-6/+213
* Code to avoid the use of non-standard strptime(). Bylevitte2001-07-111-7/+38
* Changes to the Kerberos SSL code by Jeffrey Altman <jaltman@columbia.edu>levitte2001-07-111-54/+123
* make updatelevitte2001-07-101-557/+600
* If I define _XOPEN_SOURCE before including *any* system header file,levitte2001-07-091-1/+1
* Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 inlevitte2001-07-096-167/+1093
* Call ENGINE_cleanup() to avoid memory leak.bodo2001-07-041-0/+2
* Change all calls to low level digest routines in the library andsteve2001-06-196-42/+35
* pay attention to blocksize before attempting decryptionbodo2001-06-152-3/+26
* Use memmove() instead of memcpy() on areas that may overlap.levitte2001-06-072-2/+2
* Fix Bleichenbacher PKCS #1 1.5 countermeasure.bodo2001-06-012-3/+26
* Purpose and trust setting functions for X509_STORE.steve2001-05-101-25/+5
* Initial CRL based revocation checking.steve2001-05-071-0/+1
* Avoid assert() in the library.bodo2001-04-084-8/+15
* Resize a local buffer to accomodate the size requirements of AES.levitte2001-04-081-1/+5
* This change should be suitable as a workaround for the Solaris x86bodo2001-04-032-2/+8
* Forcibly enable memory leak checking during "make test"bodo2001-03-111-0/+6
* Instead of telling both 'make' and the user that ranlibbodo2001-03-091-2/+1
* Consistently use 'void *' for SSL read, peek and write functions.bodo2001-03-095-11/+11
* add ssl23_peekbodo2001-03-084-15/+33
* Fix ERR_R_... problems.bodo2001-03-079-24/+22
* Move ec.h to ec2.h because it is not compatible with what we will use.bodo2001-03-052-2/+2
* For SSLv2, return the SSLv2 method, not the SSLv23 method. This way,levitte2001-03-021-1/+1
* make updatelevitte2001-02-261-3/+3
* Fix an oversight - when checking a potential session ID for conflicts withgeoff2001-02-233-8/+8
* e_os.h does not belong with the exported headers. Do not put it therelevitte2001-02-226-704/+684
* Include e_os2.h instead of opensslconf.h.levitte2001-02-221-7/+8
* If a callback is generating a new session ID for SSLv2, then upon exiting,geoff2001-02-211-0/+11
* This change allows a callback to be used to override the generation ofgeoff2001-02-214-18/+147
* 'make update'geoff2001-02-211-25/+3
* Let VMS catch up.levitte2001-02-201-26/+1
* DEC C on VMS is pedantic by definition.levitte2001-02-201-1/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tlevitte2001-02-2026-204/+204
* Temporary fix for build break.ulf2001-02-191-0/+1
* Make all configuration macros available for application by makinglevitte2001-02-195-242/+209
* New Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS/SSLv3 server to overridejaenicke2001-02-096-28/+90
* Fix AES code.steve2001-02-076-38/+209