Fixes for aix-shared rules.
[openssl.git] / ssl /
2007-03-21 Bodo Möllerstricter session ID context matching
2007-02-22 Bodo MöllerFix incorrect substitution that happened during the...
2007-02-21 Bodo Möllerprefer SHA1 over MD5 (this affects the Kerberos ciphers...
2007-02-21 Bodo Möllerdelete obsolete comment
2007-02-20 Bodo MöllerSSL_kKRB5 ciphersuites shouldn't be preferred by default
2007-02-20 Bodo MöllerImprove ciphersuite order stability when disabling...
2007-02-20 Bodo Möllerfix a typo in the new ciphersuite ordering code
2007-02-19 Bodo MöllerInclude "!eNULL" in SSL_DEFAULT_CIPHER_LIST to make...
2007-02-19 Bodo Möllerfix warnings for CIPHER_DEBUG builds
2007-02-19 Bodo Möllerfix warnings/inconsistencies caused by the recent chang...
2007-02-19 Bodo Möllerfix incorrect strength bit values for certain Kerberos...
2007-02-17 Bodo MöllerReorganize the data used for SSL ciphersuite pattern...
2007-02-16 Nils Larschensure that the EVP_CIPHER_CTX object is initialized
2007-02-10 Nils Larschuse user-supplied malloc functions for persistent kssl...
2007-02-07 Nils Larschensure that a ec key is used
2007-01-21 Dr. Stephen HensonConstify version strings is ssl lib.
2007-01-03 Nils Larschremove undefined constant
2006-12-21 Nils Larschfix typos
2006-11-30 Dr. Stephen HensonWin32 fixes from stable branch.
2006-11-29 Nils Larschreplace macros with functions
2006-11-29 Bodo Möllerfix support for receiving fragmented handshake messages
2006-11-21 Dr. Stephen HensonUpdate from 0.9.8 stable. Eliminate duplicate error...
2006-11-06 Nils Larschremove SSLEAY_MACROS code
2006-10-20 Andy PolyakovAlign data payload for better performance.
2006-09-28 Mark J. CoxFix buffer overflow in SSL_get_shared_ciphers() function.
2006-09-28 Richard LevitteFixes for the following claims:
2006-09-23 Dr. Stephen HensonSubmitted by: Brad Spencer <spencer@jacknife.org>
2006-09-11 Bodo Möllerensure that ciphersuite strings such as "RC4-MD5" match...
2006-08-28 Ben LaurieMake things static that should be. Declare stuff in...
2006-06-15 Bodo MöllerError messages for client ECC cert verification.
2006-06-15 Bodo MöllerFix algorithm handling for ECC ciphersuites: Adapt...
2006-06-15 Bodo MöllerFix another new bug in the cipherstring logic.
2006-06-15 Bodo MöllerFix another bug introduced yesterday when deleting...
2006-06-15 Bodo MöllerOops ... deleted too much in the previous commit when...
2006-06-14 Bodo MöllerDisable invalid ciphersuites
2006-06-14 Bodo MöllerCiphersuite string bugfixes, and ECC-related (re-)defin...
2006-06-14 Bodo MöllerMake sure that AES ciphersuites get priority over Camellia
2006-06-14 Bodo MöllerThread-safety fixes
2006-06-09 Bodo MöllerCamellia cipher, contributed by NTT
2006-05-28 Richard LevitteUse a new signed int ii instead of j (which is unsigned...
2006-05-26 Dr. Stephen HensonFix warnings.
2006-05-12 Richard LevitteSomeone made a mistake, and some function and reason...
2006-05-07 Dr. Stephen HensonFix from stable branch.
2006-04-17 Dr. Stephen HensonFix (most) WIN32 warnings and errors.
2006-04-15 Dr. Stephen HensonIf cipher list contains a match for an explicit ciphers...
2006-04-08 Dr. Stephen HensonUpdate dependencies.
2006-04-05 Bodo MöllerRemove ECC extension information from external represen...
2006-04-04 Dr. Stephen HensonStop warning.
2006-04-03 Bodo Möllerclarification
2006-04-03 Bodo Möllercheck length properly
2006-04-03 Bodo Möllersimplify: use s2n macro
2006-04-03 Bodo MöllerAvoid hard-coded table length where we can use sizeof.
2006-04-03 Bodo Möllerfix memory leak
2006-03-30 Bodo Möllerfix for hostname extension
2006-03-30 Bodo MöllerImplement Supported Elliptic Curves Extension.
2006-03-30 Bodo MöllerImplement cipher-suite selection logic given Supported...
2006-03-26 Bodo MöllerSimplify ASN.1 for point format list
2006-03-15 Nils Larschfix for OPENSSL_NO_EC
2006-03-15 Nils Larschfix problems found by coverity: remove useless code
2006-03-15 Richard Levittetlsext_ecpointformatlist_length is unsigned, so check...
2006-03-13 Nils Larschsigned vs. unsigned
2006-03-13 Richard LevitteOh, now I noticed Bodo's change that made tlsext_ecpoin...
2006-03-13 Richard LevitteResolve signed vs. unsigned issues
2006-03-13 Bodo Möllerfix sign problems
2006-03-13 Nils Larschremove unused variables
2006-03-13 Bodo Möllerudpate Supported Point Formats Extension code
2006-03-12 Nils Larschfix comment
2006-03-12 Nils Larschuse BIO_snprintf() instead of snprintf + use BIO_FP_TEX...
2006-03-11 Bodo MöllerImplement the Supported Point Formats Extension for...
2006-03-10 Nils Larschadd initial support for RFC 4279 PSK SSL ciphersuites
2006-02-24 Nils Larschfix no-dh configure option; patch supplied by Peter...
2006-02-07 Bodo Möllermove new member of SSL_SESSION to the end
2006-02-04 Dr. Stephen HensonUpdate filenames in makefiles.
2006-01-29 Nils Larschadd additional checks + cleanup
2006-01-15 Nils Larschrecent changes from 0.9.8: fix cipher list order in...
2006-01-14 Richard Levittesigned vs. unsigned clash.
2006-01-13 Bodo MöllerFurther TLS extension improvements
2006-01-11 Bodo Möllerimprovements for alert handling
2006-01-11 Bodo MöllerMore TLS extension related changes.
2006-01-09 Bodo MöllerFurther TLS extension updates
2006-01-08 Bodo MöllerAvoid contradictive error code assignments.
2006-01-08 Bodo MöllerSome error code cleanups (SSL lib. used SSL_R_... codes...
2006-01-07 Bodo MöllerThere's no such things as DTLS1_AD_MISSING_HANDSHAKE_ME...
2006-01-07 Bodo Möllerprepare for additional RFC3546 alerts
2006-01-07 Bodo Möllermake sure that the unrecognized_name alert actually...
2006-01-07 Bodo Möllercomplete and correct RFC3546 error codes
2006-01-06 Bodo MöllerFixes for TLS server_name extension
2006-01-04 Richard LevitteFix signed/unsigned char clashes.
2006-01-03 Bodo MöllerVarious changes in the new TLS extension code, includin...
2006-01-02 Bodo MöllerSupport TLS extensions (specifically, HostName)
2005-12-30 Bodo MöllerRewrite timeout computation in a way that is less prone...
2005-12-18 Andy PolyakovKeep disclaiming 16-bit platform support. For now remov...
2005-12-13 Bodo Möllerupdate TLS-ECC code
2005-12-05 Dr. Stephen HensonAvoid warnings on VC++ 2005.
2005-11-15 Bodo Möllerdisable some invalid ciphersuites
2005-10-26 Bodo MöllerAdd fixes for CAN-2005-2969.
2005-10-08 Dr. Stephen HensonAvoid warning on Win32.
2005-10-08 Dr. Stephen HensonNew option SSL_OP_NO_COMP to disable compression. New...
2005-10-02 Dr. Stephen HensonMake OPENSSL_NO_COMP work under Win32.
2005-10-01 Dr. Stephen HensonFix compilation without OPENSSL_NO_COMP :-)
next