summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2005-04-17Apparently, isascii() is an X/Open function, so to get it properlyRichard Levitte
2005-04-13More cover-ups, removing OPENSSL_GLOBAL/EXTERNS.Andy Polyakov
2005-04-12Rebuild error codes.Dr. Stephen Henson
2005-04-12Ooops, shoudln't have deleted this line.Dr. Stephen Henson
2005-04-11Not sure what this is doing here...Dr. Stephen Henson
2005-04-11Merge RFC3820 source into mainstream 0.9.7-stable.Richard Levitte
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte
2005-04-09Typo..Dr. Stephen Henson
2005-04-09Make kerberos ciphersuites work with newer headers.Dr. Stephen Henson
2005-04-01really clear the error queue hereNils Larsch
2005-04-01use SSL3_VERSION_MAJOR instead of SSL3_VERSION etc.Nils Larsch
2005-03-27Allow 'null' cipher and appropriate Kerberos ciphersuites in FIPS mode.Dr. Stephen Henson
2005-03-23Constification.Ben Laurie
2005-03-22Ensure (SSL_RANDOM_BYTES - 4) of pseudo random data is used for server andDr. Stephen Henson
2005-01-31Only allow TLS is FIPS mode.Dr. Stephen Henson
2005-01-26FIPS algorithm blocking.Dr. Stephen Henson
2005-01-11Use EXIT() instead of exit().Richard Levitte
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte
2004-10-25Fix race condition.Dr. Stephen Henson
2004-08-10make updateRichard Levitte
2004-07-30To protect FIPS-related global variables, add locking mechanismsRichard Levitte
2004-07-27New cipher "strength" FIPS which specifies that aDr. Stephen Henson
2004-07-24Add casts where casts due. It's "safe" to cast, because "wrong" castsAndy Polyakov
2004-07-22Proper WinCE support for listing files. "Backported" from HEAD.Andy Polyakov
2004-05-15Fixes so alerts are sent properly in s3_pkt.cDr. Stephen Henson
2004-05-15Check error returns.Ben Laurie
2004-05-11Pull FIPS back into stable.Ben Laurie
2004-03-17Fix null-pointer assignment in do_change_cipher_spec() revealedMark J. Cox
2004-03-16Avoid warnings.Dr. Stephen Henson
2004-01-29make updateRichard Levitte
2004-01-04unintptr_t and <inttypes.h> are not strictly portable with respect toLutz Jänicke
2003-12-27Avoid including cryptlib.h, it's not really needed.Richard Levitte
2003-12-27Use sh explicitely to run point.shRichard Levitte
2003-12-27Change 'exp' to something else, as 'exp' is predefined by GNU C. ThisRichard Levitte
2003-12-03Restructure make targets to allow parallel make.Lutz Jänicke
2003-11-29We're getting a clash with C++ because it has a type called 'list'.Richard Levitte
2003-11-28RSA_size() and DH_size() return the amount of bytes in a key, and weRichard Levitte
2003-10-02Check for errors from SSL_COMP_add_compression_method().Richard Levitte
2003-10-02Correct a mixup of return valuesRichard Levitte
2003-09-27Have ssl3_ssl3_send_client_verify() change the state to SSL3_ST_SW_CERT_VRFY_B.Richard Levitte
2003-09-27Have ssl3_send_certificate_request() change the state to SSL3_ST_SW_CERT_REQ_B.Richard Levitte
2003-09-27Include the instance in the Kerberos ticket information.Richard Levitte
2003-09-27Free the Kerberos context upon freeing the SSL.Richard Levitte
2003-09-08These should be write-locks, not read-locks.Geoff Thorpe
2003-09-03Only accept a client certificate if the server requestsDr. Stephen Henson
2003-08-14fix out-of-bounds check in lock_dbg_cb (was too lose to detect allBodo Möller
2003-08-11make sure no error is left in the queue that is intentionally ignoredBodo Möller
2003-07-21tolerate extra data at end of client hello for SSL 3.0Bodo Möller
2003-04-08Fix ordering of compare functions: strncmp() must be used first, as itLutz Jänicke
2003-03-25Let's limit the extent of the definition of _XOPEN_SOURCE.Richard Levitte