]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto
make update
[thirdparty/openssl.git] / crypto /
2015-08-31  Dr. Stephen Hensonmake update
2015-08-31  Dr. Stephen HensonAdd X509_up_ref function.
2015-08-31  Dr. Stephen HensonAdd X509_CRL_up_ref function
2015-08-31  mrprecheck bn_new return value
2015-08-31  Dr. Stephen Hensonmake X509_REQ opaque
2015-08-31  Dr. Stephen Hensonmake X509_CERT_AUX opaque
2015-08-31  Ben KadukGH367 follow-up, for more clarity
2015-08-31  Emilia KasperBN_mod_exp_mont_consttime: check for zero modulus.
2015-08-28  Alessandro GhediniGH354: Memory leak fixes
2015-08-28  Ismo PuustinenGH367: Fix dsa keygen for too-short seed
2015-08-27  Rich SalzFix memory over-read
2015-08-26  David BrodskiFixed problem with multiple load-unload of comp zlib
2015-08-26  Rich SalzRemove _locked memory functions.
2015-08-26  Rich SalzBN_bin2bn handle leading zero's
2015-08-24  Dr. Stephen HensonAdd DSA digest length checks.
2015-08-17  Dmitry BelyavskyAdd new GOST OIDs
2015-08-14  Dr. Stephen HensonCCM support.
2015-08-13  Ismo PuustinenGH364: Free memory on an error path
2015-08-12  Dr. Stephen HensonReturn error for unsupported modes.
2015-08-12  Dr. Stephen HensonFix memory leak if setup fails.
2015-08-12  Dr. Stephen HensonErr isn't always malloc failure.
2015-08-11  Rich SalzRemove Gost94 signature algorithm.
2015-08-11  Matt CaswellCheck for 0 modulus in BN_MONT_CTX_set
2015-08-10  Rich SalzRT3999: Remove sub-component version strings
2015-08-06  Anton BlanchardRT3990: Fix #include path.
2015-08-03  Matt CaswellFix warning when compiling with no-ec2m
2015-07-31  Ben LaurieOnly define PAGE_SIZE if not already defined.
2015-07-31  Loganaden VelvindronClear BN-mont values when free'ing it.
2015-07-30  Martin VejnarRT3774: double-free in DSA
2015-07-23  Emilia Kasperrsaz_exp.h: align license with the rest of the contribution
2015-07-22  Rich SalzSome cleanups for crypto/bn
2015-07-20  Rich SalzRewrite crypto/ex_data
2015-07-16  Rich SalzRemove obsolete key formats.
2015-07-13  Richard LevitteConversion to UTF-8 where needed
2015-07-07  Matt CaswellExtend -show_chain option to verify to show more info
2015-07-07  Matt CaswellReject calls to X509_verify_cert that have not been...
2015-07-07  Matt CaswellFix alternate chains certificate forgery issue
2015-07-06  Dr. Stephen HensonRelax CCM tag check.
2015-06-28  Kurt RoeckxCheck dgram_sctp_write() return value.
2015-06-28  Kurt RoeckxCheck BIO_dgram_sctp_wait_for_dry() return value for...
2015-06-25  Dr. Stephen HensonDon't output bogus errors in PKCS12_parse
2015-06-23  Rich SalzFix windows build
2015-06-23  Rich SalzMore secure storage of key material.
2015-06-23  Rich SalzAdd $! to errors, use script basename.
2015-06-23  Richard Levittemake update
2015-06-23  Richard LevitteRearrange rsaz
2015-06-21  Rich SalzRT3917: add cleanup on an error path
2015-06-21  Richard LevitteCleanup mttest.c : because we no longer use stdio here...
2015-06-21  Richard LevitteAdd -ldl to the build of mttest.c
2015-06-21  Richard LevitteCleanup mttest.c : use BIO_free only, no preceding...
2015-06-21  Richard LevitteCleanup mttest.c : do not try to output reference count...
2015-06-21  Richard LevitteCleanup mttest.c : better error reporting when certs...
2015-06-21  Richard LevitteCleanup mttest.c : make ssl_method a pointer to const
2015-06-21  Richard LevitteCleanup mttest.c : modernise output
2015-06-21  Richard LevitteCleanup mttest.c : modernise the threads setup
2015-06-21  Richard LevitteCleanup mttest.c : remove MS_CALLBACK
2015-06-16  Richard LevitteMake preprocessor error into real preprocessor error
2015-06-13  Dr. Stephen HensonEncode b == NULL or blen == 0 as zero.
2015-06-12  Matt CaswellFix ABI break with HMAC
2015-06-11  Andy Polyakovbn/bn_gf2m.c: avoid infinite loop wich malformed ECPara...
2015-06-11  Emilia KasperPKCS#7: Fix NULL dereference with missing EncryptedContent.
2015-06-11  Emilia KasperFix length checks in X509_cmp_time to avoid out-of...
2015-06-11  Andy Polyakove_aes_cbc_hmac_sha*.c: address linker warning about...
2015-06-10  Andy Polyakovgcm.c: address linker warning about OPENSSL_ia32cap_P...
2015-06-10  Matt CaswellFix leak in HMAC error path
2015-06-10  Matt CaswellEC_POINT_is_on_curve does not return a boolean
2015-06-10  Matt CaswellChange BIO_number_read and BIO_number_written() to...
2015-06-10  Matt CaswellFix memory leaks in BIO_dup_chain()
2015-06-10  Matt CaswellReplace memset with OPENSSL_clear_free()
2015-06-09  Rich SalzFix -DZLIB build for opaque COMP types
2015-06-09  Rich SalzNo fprintf in the txt_db component
2015-06-08  Kurt RoeckxProperly check certificate in case of export ciphers.
2015-06-08  Dr. Stephen Hensonreturn correct NID for undefined object
2015-06-08  Emilia KasperUse CRYPTO_memcmp when comparing authenticators
2015-06-06  Dr. Stephen HensonCheck ASN1_INTEGER_get for errors.
2015-06-04  Rich SalzSet error code, no fprintf stderr, on errors.
2015-06-04  Rich SalzRename all static TS_xxx to ts_xxx
2015-06-04  Matt CaswellFix off-by-one error in BN_bn2hex
2015-06-03  Dr. Stephen Hensonmake update.
2015-06-03  Sergey AgievichAdd funtions to set item_sign and item_verify
2015-06-02  Matt CaswellFix compilation failure for some tool chains
2015-06-02  Annie YousarRT3230: Better test for C identifier
2015-06-02  Per AllanssonFix IP_MTU_DISCOVER typo
2015-05-29  Peter DettmanFix build errors with enable-ec_nistp_64_gcc_128
2015-05-28  Dr. Stephen Hensoncheck for error when creating PKCS#8 structure
2015-05-28  Rich SalzUse enum for X509_LOOKUP_TYPE
2015-05-26  Dr. Stephen Hensonmake update
2015-05-26  Dr. Stephen HensonAdd function PKCS8_set0_pbe
2015-05-26  Dr. Stephen HensonError if memory limit exceeded.
2015-05-26  Dr. Stephen HensonFix memory leak.
2015-05-26  Matt CaswellHandle unsigned struct timeval members
2015-05-26  Billy Brumleyfix copy paste error in ec_GF2m function prototypes
2015-05-26  Andy Polyakovbn/bn_lcl.h: fix MIPS-specific gcc version check.
2015-05-24  Andy Polyakovbn/asm/x86_64-mont5.pl: fix valgrind error.
2015-05-24  Andy Polyakovbn/bn_gf2m.c: appease STACK, unstable code detector.
2015-05-22  Matt CaswellFix off-by-one in BN_rand
2015-05-22  Matt CaswellReject negative shifts for BN_rshift and BN_lshift
2015-05-22  Richard LevitteFix the update target and remove duplicate file updates
2015-05-21  Dr. Stephen Hensonmake update
2015-05-21  Dr. Stephen HensonAdd scrypt PBE algorithm code.
next