summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2006-09-12Backport from HEAD: fix ciphersuite selectionBodo Möller
2006-06-14Disable invalid ciphersuitesBodo Möller
2006-06-14Thread-safety fixesBodo Möller
2006-02-04Fix from HEAD.Dr. Stephen Henson
2006-01-30Backport of other fixes to keep VC++ happy.Dr. Stephen Henson
2006-01-21Replace detached signature with in-core fingerprinting.Andy Polyakov
2006-01-08Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller
2005-12-30Rewrite timeout computation in a way that is less prone to overflow.Bodo Möller
2005-10-11Add fixes for CAN-2005-2969OpenSSL_0_9_7hMark J. Cox
2005-09-21Update from HEAD.Dr. Stephen Henson
2005-06-27Eliminate dependency on UNICODE macro.Andy Polyakov
2005-06-16Do not undefine _XOPEN_SOURCE. This is currently experimental, andRichard Levitte
2005-06-10- let SSL_CTX_set_cipher_list and SSL_set_cipher_list return anNils Larsch
2005-06-08use "=" instead of "|=", fix typoNils Larsch
2005-06-08ssl_create_cipher_list should return an error if no cipher could beNils Larsch
2005-06-01clear error queue on success and return NULL if cert could be readNils Larsch
2005-05-29We have some source with \r\n as line ends. DEC C informs about that,Richard Levitte
2005-05-21When _XOPEN_SOURCE is defined, make sure it's defined to 500. Required inRichard Levitte
2005-05-12fix msg_callback() arguments for SSL 2.0 compatible client helloBodo Möller
2005-05-11PR:Don't use the SSL 2.0 Client Hello format if SSL 2.0 is disabledBodo Möller
2005-05-11Stop warnings.Dr. Stephen Henson
2005-05-10use 'p' as conversion specifier for printf to avoid truncation ofNils Larsch
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