summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Retrieve correct content to sign when theDr. Stephen Henson2003-10-102-26/+25
* Avoid warnings: add missing prototype, don't shadow.Dr. Stephen Henson2003-10-103-4/+5
* In realloc, don't destroy the old memory area if a new one couldn't beRichard Levitte2003-10-071-3/+7
* make updateRichard Levitte2003-10-061-0/+3
* s_client should inform the user of any compression/expansion methods used.Richard Levitte2003-10-061-0/+7
* Add functionality to get information on compression methods (not quite comple...Richard Levitte2003-10-064-0/+32
* Make sure int SSL_COMP_add_compression_method() checks if a certainRichard Levitte2003-10-067-17/+45
* Setting the ex_data index is unsafe in a threaded environment, soRichard Levitte2003-10-063-5/+10
* Remove unused code, don't use zlib functions that are really macrosRichard Levitte2003-10-041-6/+19
* Check for errors from SSL_COMP_add_compression_method().Richard Levitte2003-10-021-1/+8
* Correct a mixup of return valuesRichard Levitte2003-10-021-2/+2
* Include e_os.h to get a proper definition of memmove on the platformsRichard Levitte2003-10-011-0/+1
* Corrected misplacement of one of the greps...Richard Levitte2003-10-011-1/+1
* Remove leading and trailing spaces and tabsRichard Levitte2003-10-011-0/+2
* Avoid 'file names' with spacesRichard Levitte2003-10-011-0/+2
* Use correct case for manual page referencesRichard Levitte2003-10-011-1/+1
* Correct incorrect mode bits change.Richard Levitte2003-09-301-1/+1
* Correct buggy PODs (missing commas and a prepended space).Richard Levitte2003-09-303-3/+3
* 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