openssl.git
2016-08-24 Rich SalzSWEET32 (CVE-2016-2183): Move DES from HIGH to MEDIUM
2016-08-24 Matt CaswellFix no-ec
2016-08-23 Dr. Stephen... Sanity check ticket length.
2016-08-22 Richard Levittemk1mf: dtlstest needs ssltestlib, include it with a...
2016-08-22 David BenjaminDon't check for malloc failure twice.
2016-08-22 Kazuki YamaguchiFix overflow check in BN_bn2dec()
2016-08-22 Rich SalzRT2676: Reject RSA eponent if even or 1
2016-08-22 Richard LevitteVMS: Use strict refdef extern model when building libra...
2016-08-22 Richard LevitteGOST: rearrange code so it's more like C rather than C++
2016-08-22 Richard LevitteMake 'openssl req -x509' more equivalent to 'openssl...
2016-08-22 Andy Polyakovbn/asm/x86[_64]-mont*.pl: implement slightly alternativ...
2016-08-22 Richard Levittessltestlib: Tell compiler we don't care about the value...
2016-08-22 Matt CaswellPrevent DTLS Finished message injection
2016-08-22 Matt CaswellFix DTLS buffered message DoS attack
2016-08-22 Matt CaswellSilence some "maybe used uninitialised" warnings
2016-08-21 Andy Polyakovec/ecp_nistz256.c: get is_one on 32-bit platforms right.
2016-08-21 Rich SalzFix pointer/alloc prob from previous commit
2016-08-21 Rich SalzFix incorrect return argument.
2016-08-20 Kurt RoeckxFix off by 1 in ASN1_STRING_set()
2016-08-19 Rich SalzRT3940: For now, just document the issue.
2016-08-19 Rich SalzFix NULL-return checks in 1.0.2
2016-08-19 Richard LevitteHave dtlstest run on VMS as well
2016-08-19 Matt CaswellUpdate function error code
2016-08-19 Matt CaswellFix DTLS replay protection
2016-08-19 Matt CaswellAdd DTLS replay protection test
2016-08-19 Matt CaswellFix DTLS unprocessed records bug
2016-08-19 Matt CaswellAdd a DTLS unprocesed records test
2016-08-19 Matt CaswellBack port ssltestlib code to 1.0.2
2016-08-19 Richard LevitteVSI submission: RAND fixups
2016-08-19 Richard LevitteVSI submission: make better use of item lists in o_time.c
2016-08-19 Richard LevitteVSI submission: avoid pointer size warnings in mem.c
2016-08-19 Richard Levitteevp_test.c: avoid warning from having a pointer differe...
2016-08-18 Richard LevitteVMS: synchronise tests with Unix
2016-08-16 Richard Levittemake update to have PEM_R_HEADER_TOO_LONG defined
2016-08-15 Dr. Stephen... Limit reads in do_b2i_bio()
2016-08-15 Dr. Stephen... Check for errors in BN_bn2dec()
2016-08-15 Dr. Stephen... Check for errors in a2d_ASN1_OBJECT()
2016-08-11 Andy Polyakovsha/asm/sha1-x86_64.pl: fix crash in SHAEXT code on...
2016-08-05 Dr. Stephen... Sanity check input length in OPENSSL_uni2asc().
2016-08-05 Dr. Stephen... Leak fixes.
2016-08-04 Kurt RoeckxReturn error when trying to print invalid ASN1 integer
2016-08-04 Dr. Stephen... Limit recursion depth in old d2i_ASN1_bytes function
2016-08-04 Dr. Stephen... Check for overflows in i2d_ASN1_SET()
2016-08-04 Dr. Stephen... Limit status message sisze in ts_get_status_check
2016-08-03 Richard LevitteDon't check any revocation info on proxy certificates
2016-08-02 Dr. Stephen... Calculate sequence length properly.
2016-08-02 Dr. Stephen... include <limits.h>
2016-08-02 Dr. Stephen... Check for overflows in ASN1_object_size().
2016-08-02 Dr. Stephen... Check for overlows and error return from ASN1_object_size()
2016-07-29 Dr. Stephen... Fix CRL time comparison.
2016-07-28 Rich SalzAdd missing casts.
2016-07-26 Dr. Stephen... Note cipher BIO write errors too.
2016-07-26 Dr. Stephen... Set error if EVP_CipherUpdate fails.
2016-07-22 Dr. Stephen... Use newest CRL.
2016-07-22 Dr. Stephen... Send alert for bad DH CKE
2016-07-22 Dr. Stephen... Fix OOB read in TS_OBJ_print_bio().
2016-07-22 Dr. Stephen... Clarify digest change in HMAC_Init_ex()
2016-07-20 Todd ShortOCSP_request_add0_id() inconsistent error return
2016-07-19 Dr. Stephen... Sanity check in ssl_get_algorithm2().
2016-07-19 Dr. Stephen... Send alert on CKE error.
2016-07-19 Dr. Stephen... Support PKCS v2.0 print in pkcs12 utility.
2016-07-19 Dr. Stephen... Check and print out boolean type properly.
2016-07-18 Dr. Stephen... Fix print of ASN.1 BIGNUM type.
2016-07-16 Richard LevitteRemove the silly CVS markers from LPdir_*.c
2016-07-15 Richard LevitteFix ASN.1 private encode of EC_KEY to not change the...
2016-07-08 Matt CaswellDisallow multiple protocol flags to s_server and s_client
2016-07-06 Orgad ShanehFix compilation with CMS disabled
2016-07-06 Dr. Stephen... Don't indicate errors during initial adb decode.
2016-07-05 Cristian Stoicaremove double initialization of cryptodev engine
2016-07-01 Matt CaswellAvoid an overflow in constructing the ServerKeyExchange...
2016-07-01 Andy PolyakovSPARC assembly pack: enforce V8+ ABI constraints.
2016-06-30 Matt CaswellConvert memset calls to OPENSSL_cleanse
2016-06-29 Richard LevitteAllow proxy certs to be present when verifying a chain
2016-06-29 Richard LevitteFix proxy certificate pathlength verification
2016-06-29 Richard LevitteCheck that the subject name in a proxy cert complies...
2016-06-27 Matt CaswellChange usage of RAND_pseudo_bytes to RAND_bytes
2016-06-26 Rich SalzRT2964: Fix it via doc
2016-06-26 Rich SalzRevert "RT2964: Fix it via doc"
2016-06-25 Rich SalzRT2964: Fix it via doc
2016-06-24 Matt CaswellEnsure HMAC key gets cleansed after use
2016-06-23 Matt CaswellFix ASN1_STRING_to_UTF8 could not convert NumericString
2016-06-22 Andy Polyakovdoc/crypto/OPENSSL_ia32cap.pod: harmonize with actual...
2016-06-21 John FoleyRT3752: Add FIPS callback for thread id
2016-06-20 Richard LevitteFix missing opening braces
2016-06-20 Dr. Matthias... RT3925: Remove trailing semi from #define's.
2016-06-20 Richard Levitteapps/req.c: Increment the right variable when parsing '+'
2016-06-20 Andy Polyakovaes/asm/bsaes-armv7.pl: omit redundant stores in XTS...
2016-06-20 Andy Polyakovaes/asm/bsaes-armv7.pl: fix XTS decrypt test failure.
2016-06-16 Rich SalzRT4545: Backport 2877 to 1.0.2
2016-06-16 Matt CaswellRevert "RT4526: Call TerminateProcess, not ExitProcess"
2016-06-16 PauliRT4573: Synopsis for RAND_add is wrong
2016-06-15 Rich SalzRT4526: Call TerminateProcess, not ExitProcess
2016-06-14 Richard LevitteChange (!seqtt) to (seqtt == NULL)
2016-06-14 Richard LevitteAlways check that the value returned by asn1_do_adb...
2016-06-14 Rich SalzRT4546: Backport doc fix
2016-06-14 Dr. Stephen... Fix omitted selector handling.
2016-06-14 Andy Polyakovcrypto/sparccpuid.S: limit symbol visibility.
2016-06-14 Rich SalzRT4562: Backport doc fix.
2016-06-13 Rich SalzRT4560: Initialize variable to NULL
2016-06-13 Dr. Stephen... Fix link error.
next