Fix for padding X9.31 padding check and zero padding bytes.
[openssl.git] / ssl /
2005-06-06 Richard LevitteFurther change pq_compat.h to generate the flag macros...
2005-06-04 Richard LevitteFrom 0.9.8-stable:
2005-06-01 Nils Larschclear error queue on success and return NULL if no...
2005-05-31 Richard LevitteSynchronise more with the Unix build.
2005-05-30 Richard Levittepqueue and dtls uses 64-bit values. Unfortunately...
2005-05-29 Richard LevitteWe have some source with \r\n as line ends. DEC C...
2005-05-21 Richard LevitteWhen _XOPEN_SOURCE is defined, make sure it's defined...
2005-05-16 Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-16 Nils Larschecc api cleanup; summary:
2005-05-15 Andy PolyakovFool-proofing Makefiles
2005-05-12 Dr. Stephen HensonFix from stable branch.
2005-05-12 Bodo Möllerfix msg_callback() arguments for SSL 2.0 compatible...
2005-05-11 Bodo MöllerDon't use the SSL 2.0 Client Hello format if SSL 2...
2005-05-10 Nils Larschuse 'p' as conversion specifier for printf to avoid...
2005-05-10 Nils Larschgive EC_GROUP_new_by_nid a more meanigful name:
2005-05-09 Bodo MöllerUpdate util/ck_errf.pl script, and have it run automati...
2005-05-08 Nils Larschgive EC_GROUP_*_nid functions a more meaningful name
2005-05-03 Nils Larschbackport fix from the stable branch
2005-04-29 Nils Larschcheck return value of RAND_pseudo_bytes; backport from...
2005-04-27 Dr. Stephen HensonLots of Win32 fixes for DTLS.
2005-04-26 Bodo MöllerFix various incorrect error function codes.
2005-04-26 Bodo Möllerremove some functions from exported headers
2005-04-26 Bodo Möllermake update
2005-04-26 Bodo Möllerfix SSLerr stuff for DTLS1 code;
2005-04-26 Dr. Stephen HensonFixes for signed/unsigned warnings and shadows.
2005-04-26 Ben LaurieAdd DTLS support.
2005-04-23 Nils Larschchange prototype of the ecdh KDF: make input parameter...
2005-04-20 Dr. Stephen HensonMake kerberos ciphersuite code compile again.
2005-04-13 Andy PolyakovMore cover-ups, removing OPENSSL_GLOBAL/EXTERNS. We...
2005-04-12 Dr. Stephen HensonRebuild error codes.
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-04-09 Dr. Stephen HensonMake kerberos ciphersuite code work with newer header...
2005-04-09 Richard LevitteAdded restrictions on the use of proxy certificates...
2005-04-08 Nils Larschadd support for DER encoded private keys to SSL_CTX_use...
2005-04-07 Nils Larschget rid of very buggy and very imcomplete DH cert support
2005-04-01 Nils Larschreally clear the error queue here
2005-04-01 Nils Larschuse SSL3_VERSION_MAJOR instead of SSL3_VERSION etc.
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2005-03-30 Ben LaurieBlow away Makefile.ssl.
2005-03-30 Ben LaurieConstification.
2005-03-22 Dr. Stephen HensonEnsure (SSL_RANDOM_BYTES - 4) of pseudo random data...
2005-03-20 Nils Larschsome const fixes
2005-01-19 Richard LevitteApparently, at least with my VMS C environment, definin...
2005-01-18 Richard LevitteSmall thing. It seems like we have to defined _XOPEN_S...
2005-01-17 Richard LevitteChanges concering RFC 3820 (proxy certificates) integra...
2005-01-12 Richard LevitteSmall typo, `mask' got the same value ORed to it twice...
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-10-25 Dr. Stephen HensonFix race condition when SSL ciphers are initialized.
2004-09-06 Dr. Stephen HensonNew X509_VERIFY_PARAM structure and associated function...
2004-07-10 Richard Levittemake update
2004-07-10 Richard LevitteUse the new directory reading functions.
2004-05-20 Richard LevitteMove some COMP functions to be inside the #ifndef OPENS...
2004-05-17 Geoff ThorpeAfter the latest round of header-hacking, regenerate...
2004-05-17 Geoff ThorpeDeprecate quite a few recursive includes from the ssl...
2004-05-15 Dr. Stephen HensonFixes so alerts are sent properly in s3_pkt.c
2004-04-26 Geoff ThorpeAllow RSA key-generation to specify an arbitrary public...
2004-04-19 Geoff Thorpemake update
2004-04-19 Geoff Thorpe(oops) Apologies all, that last header-cleanup commit...
2004-03-25 Richard LevitteSSL_COMP_get_compression_method is a typo (a missing...
2004-03-16 Dr. Stephen HensonAvoid warnings.
2004-03-15 Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2004-01-28 Richard Levittemake update
2004-01-04 Lutz Jänickeunintptr_t and <inttypes.h> are not strictly portable...
2003-12-27 Richard LevitteAvoid including cryptlib.h, it's not really needed.
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-12-03 Lutz JänickeRestructure make targets to allow parallel make.
2003-11-29 Richard LevitteWe're getting a clash with C++ because it has a type...
2003-11-28 Richard LevitteRSA_size() and DH_size() return the amount of bytes...
2003-11-28 Richard LevitteNetware-specific changes,
2003-11-04 Geoff ThorpeAvoid some shadowed variable names.
2003-10-29 Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2003-10-10 Dr. Stephen HensonAvoid warnings: add missing prototype, don't shadow.
2003-10-06 Richard LevitteAdd functionality to get information on compression...
2003-10-06 Richard LevitteMake sure int SSL_COMP_add_compression_method() checks...
2003-10-02 Richard LevitteCheck for errors from SSL_COMP_add_compression_method().
2003-10-02 Richard LevitteCorrect a mixup of return values
2003-09-27 Richard LevitteHave ssl3_ssl3_send_client_verify() change the state...
2003-09-27 Richard LevitteHave ssl3_send_certificate_request() change the state...
2003-09-27 Richard LevitteInclude the instance in the Kerberos ticket information.
2003-09-27 Richard LevitteFree the Kerberos context upon freeing the SSL.
2003-09-08 Geoff ThorpeThese should be write-locks, not read-locks.
2003-09-03 Dr. Stephen HensonOnly accept a client certificate if the server requests
2003-08-14 Bodo Möllerfix out-of-bounds check in lock_dbg_cb (was too lose...
2003-08-11 Bodo Möllermake sure no error is left in the queue that is intenti...
2003-07-22 Bodo Möllerupdates for draft-ietf-tls-ecc-03.txt
2003-07-21 Bodo Möllertolerate extra data at end of client hello for SSL 3.0
2003-04-08 Lutz JänickeFix ordering of compare functions: strncmp() must be...
2003-04-03 Richard LevitteCorrect a lot of printing calls. Remove extra arguments...
2003-03-25 Richard LevitteLet's limit the extent of the definition of _XOPEN_SOURCE.
2003-03-21 Bodo Möllerremove patch ID (which is supposed to appear in patched...
2003-03-19 Bodo Möllercountermeasure against new Klima-Pokorny-Rosa atack
2003-02-28 Bodo Möller- new ECDH_compute_key interface (KDF is no longer...
2003-02-28 Bodo Mölleruse tabs for indentation, not spaces
2003-02-22 Ulf Möllermore mingw related cleanups.
2003-02-19 Richard LevitteSecurity fix: Vaudenay timing attack on CBC.
2003-02-15 Geoff ThorpeSession cache implementations shouldn't have to access...
2003-02-14 Richard LevitteMake it possible to disable OCSP, the speed application...
2003-02-12 Dr. Stephen HensonOption to disable SSL auto chain build
2003-02-12 Bodo Möllercomments
2003-02-05 Bodo MöllerSSL_add_dir_cert_subjects_to_stack now exists for WIN32
next