summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ASN1 parse fix and release file changes.Dr. Stephen Henson2003-09-306-6/+62
* Further VxWorks changes from Bob Bradley <bob@chaoticsoftware.com>, thisRichard Levitte2003-09-282-5/+9
* Synchronise util/libeay.num with the 0.9.7-stable one.Richard Levitte2003-09-283-344/+370
* Uhmm, It seem to have forgotten one file when I committed the MSDOSRichard Levitte2003-09-281-3/+20
* Change the indentation from 12 to indent+4.Richard Levitte2003-09-271-1/+1
* Make MD5 assembler code able to handle messages larger than 2GB on 32-bitRichard Levitte2003-09-274-1/+10
* Selected changes for MSDOS, contributed by Gisle Vanem <giva@bgnett.no>.Richard Levitte2003-09-273-19/+19
* Add reference counting around the thread state hash table.Richard Levitte2003-09-272-1/+42
* Have ssl3_ssl3_send_client_verify() change the state to SSL3_ST_SW_CERT_VRFY_B.Richard Levitte2003-09-271-0/+1
* Have ssl3_send_certificate_request() change the state to SSL3_ST_SW_CERT_REQ_B.Richard Levitte2003-09-271-0/+1
* Include the instance in the Kerberos ticket information.Richard Levitte2003-09-273-11/+34
* Correct small documentation error.Richard Levitte2003-09-271-1/+1
* Free the Kerberos context upon freeing the SSL.Richard Levitte2003-09-271-0/+5
* Add necessary changes to be able to build on VxWorks for PPC860.Richard Levitte2003-09-272-1/+2
* Fix prime generation loop in crypto/bn/bn_prime.pl by makingRalf S. Engelschall2003-09-252-1/+9
* Add -passin support to rsautlDr. Stephen Henson2003-09-211-1/+11
* In order to get the expected self signed error whenDr. Stephen Henson2003-09-211-1/+1
* Typos.Dr. Stephen Henson2003-09-092-2/+3
* Generalise the definition of strcasecmp() and strncasecmp() forRichard Levitte2003-09-098-47/+186
* These should be write-locks, not read-locks.Geoff Thorpe2003-09-081-2/+2
* certain changes have to be listed twice in this file because OpenSSLBodo Möller2003-09-041-0/+5
* New -ignore_err option in ocsp application to stop the serverDr. Stephen Henson2003-09-032-0/+9
* Only accept a client certificate if the server requestsDr. Stephen Henson2003-09-032-4/+10
* outlen should be int * in out_utf8.Dr. Stephen Henson2003-08-211-1/+1
* fix out-of-bounds check in lock_dbg_cb (was too lose to detect allBodo Möller2003-08-142-2/+2
* make sure no error is left in the queue that is intentionally ignoredBodo Möller2003-08-111-1/+3
* Correct two problems, found by Martin Kochanski <cardbox@easynet.co.uk>:Richard Levitte2003-08-071-4/+10
* add OpenSSL licenseBodo Möller2003-08-061-1/+54
* Inclusion of openssl/engine.h should always be wrapped with a check thatRichard Levitte2003-08-041-0/+2
* Avoid clashes with Win32 names in WinCrypt.hDr. Stephen Henson2003-07-232-1/+3
* updates for draft-ietf-tls-ecc-03.txtBodo Möller2003-07-228-26/+103
* add test for secp160r1Bodo Möller2003-07-222-40/+121
* tolerate extra data at end of client hello for SSL 3.0Bodo Möller2003-07-212-0/+21
* fix: 0.9.7 is based on 0.9.6h, not on 0.9.6kBodo Möller2003-07-211-2/+2
* new function EC_GROUP_cmp() (used by EVP_PKEY_cmp())Bodo Möller2003-07-213-0/+87
* manpages for 'openssl ec' and 'openssl ecparam'Bodo Möller2003-07-212-0/+369
* A document that has a very rough description of the X509Richard Levitte2003-07-101-0/+64
* Replace CCITT with ITU-T. Keep CCITT around as an alias.Richard Levitte2003-07-043-17/+36
* Make sure openssl.pc is readable by everyone.Richard Levitte2003-07-041-0/+1
* The counter is big-endian. Since it comes as an array of char,Richard Levitte2003-07-041-26/+1
* Oops, I forgot to replace 'counter' with 'ivec' when used...Richard Levitte2003-07-031-2/+2
* Add -issuer_hash and make -subject_hash the default way to get theRichard Levitte2003-07-032-7/+26
* The convenience argumetn for -nameopt and -certopt is ca_default, notRichard Levitte2003-07-031-3/+3
* The 'counter' is really the IV.Richard Levitte2003-07-031-1/+1
* Change AES-CTR to increment the IV by 1 instead of 2^64.Richard Levitte2003-07-031-7/+43
* Clarify wording of verify_callback() behaviour.Lutz Jänicke2003-06-261-3/+3
* Only remove old files if they exist. [Maing32].Richard Levitte2003-06-261-1/+1
* Nils Larsch told me I could remove that variable entirely.Richard Levitte2003-06-261-3/+0
* make updateRichard Levitte2003-06-263-33/+33
* Implement missing functions.Richard Levitte2003-06-265-9/+196