openssl.git
2018-09-29 Nicola TuveriSplit test/evptests.txt into separate files.
2018-09-24 Daniel BeveniusDocument OPENSSL_VERSION_TEXT macro
2018-09-24 PauliUse secure_getenv(3) when available.
2018-09-21 Richard Levittecrypto/bn/asm/x86_64-gcc.c: remove unnecessary redefini...
2018-09-20 Richard Levittecrypto/ui/ui_openssl.c: make sure to recognise ENXIO...
2018-09-16 PauliUse 'i' as parameter name not 'I'.
2018-09-16 PauliAdd a compile time test to verify that openssl/rsa...
2018-09-13 Matt CaswellAdd an explicit cast to time_t
2018-09-12 Viktor Szakatsminor fixes for Windows
2018-09-11 Bernd EdlingerMake the config script fail with an error code if Confi...
2018-09-11 parassshFix typos in documentation.
2018-09-11 Richard LevitteCAPI engine: add support for RSA_NO_PADDING
2018-09-10 Matt CaswellCheck the return value from ASN1_INTEGER_set
2018-09-06 Shane LontisRSA padding Zeroization fixes
2018-09-05 Nicola TuveriHarmonize the error handling codepath
2018-09-05 Nicola TuveriFix segfault in RSA_free() (and DSA/DH/EC_KEY)
2018-09-04 PauliKey zeroization fix for EVP_SealInit.
2018-09-04 Eric CurtinNew openssl subject parser hard to debug
2018-09-04 PauliMake OBJ_NAME case insensitive.
2018-09-04 Shane Lontishkdf zeroization fix
2018-09-04 Shane Lontiskey zeroisation fix for p12
2018-09-04 Shane Lontiskey zeroisation for pvkfmt now done on all branch paths
2018-09-04 Richard Levitteopenssl req: don't try to report bits
2018-09-04 Matt CaswellClarify the EVP_DigestSignInit docs
2018-09-04 Jakub WilkFix example in crl(1) man page
2018-09-04 Matt CaswellThe req documentation incorrectly states that we defaul...
2018-09-03 Paul Kehreradd docs for OCSP_resp_get0_signature
2018-09-03 Paul Kehreradd getter for tbsResponseData and signatureAlgorithm...
2018-09-03 PauliCheck the return from BN_sub() in BN_X931_generate_Xpq().
2018-09-02 Eric BrownRemove redundant ASN1_INTEGER_set call
2018-09-01 Dmitry BelyavskiyBackport #7007 to 1.1.0
2018-08-30 Matt CaswellFree SSL object on an error path
2018-08-28 Andy Polyakovbn/bn_lib.c: conceal even memmory access pattern in...
2018-08-28 Andy Polyakovbn/bn_blind.c: use Montgomery multiplication when possible.
2018-08-28 Andy Polyakovrsa/rsa_ossl.c: implement variant of "Smooth CRT-RSA."
2018-08-28 Andy Polyakovcrypto/bn: add more fixed-top routines.
2018-08-24 Nicola TuveriBackport #6648 to OpenSSL_1_1_0-stable
2018-08-23 PauliZero memory in CRYPTO_secure_malloc.
2018-08-22 Andy Polyakovcrypto/init.c: improve destructor_key's portability.
2018-08-18 Bernd EdlingerFix a warning from MSVC build
2018-08-17 Benjamin KadukAvoid shadowing 'free' in X509_LOOKUP_met_set_free
2018-08-14 Matt CaswellPrepare for 1.1.0j-dev
2018-08-14 Matt CaswellPrepare for 1.1.0i release OpenSSL_1_1_0i
2018-08-14 Matt CaswellUpdate copyright year
2018-08-14 Matt CaswellUpdates to CHANGES and NEWS for the new release
2018-08-13 Andy Polyakovcrypto/o_fopen.c: alias fopen to fopen64.
2018-08-11 Richard Levittei2d_ASN1_OBJECT(): allocate memory if the user didn...
2018-08-10 Andy Polyakovx509v3/v3_purp.c: re-implement lock-free check for...
2018-08-10 Andy Polyakovx509v3/v3_purp.c: resolve Thread Sanitizer nit.
2018-08-07 Rich SalzIncrease CT_NUMBER values
2018-08-07 Rich SalzFix setting of ssl_strings_inited.
2018-08-07 Richard LevitteCheck early that the config target exists and isn't...
2018-08-07 Richard LevitteMake EVP_PKEY_asn1_new() stricter with its input
2018-08-06 Bernd EdlingerFix uninitialized value $s warning in windows static...
2018-08-05 PauliAvoid errors when loading a cert multiple times.
2018-08-03 Rich SalzUse auto-null-initializer
2018-08-03 Andy Polyakovasn1/tasn_utl.c: fix logical error in asn1_do_lock.
2018-08-03 Andy PolyakovRevert "asn1/tasn_utl.c: fix logical error in and overh...
2018-08-01 Andy Polyakovasn1/tasn_utl.c: fix logical error in and overhaul...
2018-07-31 PauliCheck return from BN_sub
2018-07-31 PauliCheck conversion return in ASN1_INTEGER_print_bio.
2018-07-29 Bryan DonlanRemove DSA digest length checks when no digest is passed
2018-07-29 Andy Polyakovcrypto/init.c: use destructor_key even as guard in...
2018-07-29 Andy Polyakovcrypto/cryptlib.c: make OPENSS_cpuid_setup safe to...
2018-07-27 Andy PolyakovCHANGES: mention blinding reverting in ECDSA.
2018-07-27 Andy Polyakovbn/bn_mod.c: harmonize BN_mod_add_quick with original...
2018-07-27 Andy Polyakovec/ecdsa_ossl.c: switch to fixed-length Montgomery...
2018-07-27 Andy Polyakovec/ecdsa_ossl.c: formatting and readability fixes.
2018-07-27 Andy Polyakovec/ecdsa_ossl.c: revert blinding in ECDSA signature.
2018-07-26 Andy Polyakovbn/bn_{mont|exp}.c: switch to zero-padded intermediate...
2018-07-26 Andy Polyakovbn/bn_lib.c: add BN_FLG_FIXED_TOP flag.
2018-07-26 Kurt RoeckxFix inconsistent use of bit vs bits
2018-07-26 Kurt RoeckxMake number of Miller-Rabin tests for a prime tests...
2018-07-26 Kurt RoeckxChange the number of Miller-Rabin test for DSA generati...
2018-07-25 Rich SalzCheck for failures, to avoid memory leak
2018-07-25 Andy Polyakovcrypto/cryptlib.c: resolve possible race in OPENSSL_iss...
2018-07-25 Andy Polyakovapps/dsaparam.c: make dsaparam -C output strict-warning...
2018-07-24 Richard LevitteConfigure death handler: instead of printing directly...
2018-07-24 Richard LevitteConfigure death handler: remember to call original...
2018-07-24 Richard LevitteConfigure death handler: bail out early when run in...
2018-07-24 Richard LevitteConfigure: print generic advice when dying
2018-07-22 Andy Polyakovec/ecp_nistz256.c: fix ecp_nistz256_set_from_affine.
2018-07-22 Andy Polyakovec/asm/ecp_nistz256-{!x86_64}.pl: fix scatter_w7 function.
2018-07-22 Andy Polyakovbn/bn_intern.c: const-ify bn_set_{static}_words.
2018-07-22 Andy Polyakovapps/dsaparam.c: fix -C output.
2018-07-22 Richard LevitteConfigure: Display error/warning on deprecated/unsuppor...
2018-07-22 Richard LevittePKCS12: change safeContentsBag from a SET OF to a SEQUE...
2018-07-18 Andy Polyakovbn/bn_lib.c address Coverity nit in bn2binpad.
2018-07-14 Andy Polyakovrsa/*: switch to BN_bn2binpad.
2018-07-14 Andy Polyakovbn/bn_lib.c: make BN_bn2binpad computationally constant...
2018-07-13 Alexandre PerrinDocumentation typo fix in BN_bn2bin.pod
2018-07-12 Andy Polyakovbn/bn_mont.c: improve readability of post-condition...
2018-07-12 Andy Polyakovbn/bn_mont.c: move boundary condition check closer...
2018-07-12 Andy Polyakovbn/bn_lib.c: remove bn_check_top from bn_expand2.
2018-07-11 Richard LevitteAvoid __GNUC__ warnings when defining DECLARE_DEPRECATED
2018-07-11 Richard LevitteWindows: avoid using 'rem' in the nmake makefile
2018-07-11 Richard LevitteWindows: fix echo for nmake
2018-07-10 Richard Levitteutil/dofile.pl: require Text::Template 1.46 or newer
2018-07-10 Richard LevitteExisting transfer modules must have a package and a...
2018-07-10 Richard LevitteMake 'with_fallback' use 'use' instead of 'require'
next