]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2018-11-20  Matt CaswellPrepare for 1.0.2q release OpenSSL_1_0_2q
2018-11-20  Matt Caswellmake update
2018-11-20  Matt CaswellUpdate copyright year
2018-11-20  Matt CaswellUpdate CHANGES and NEWS for new release
2018-11-20  Richard LevitteVMS: ensure crypto/getenv.c is included in the build
2018-11-14  Vitezslav CizekDSA: Check for sanity of input parameters
2018-11-12  Billy BrumleyCVE-2018-5407 fix: ECC ladder
2018-11-09  Dr. Matthias... Fix 'no-ecdh' build
2018-11-02  Matt CaswellProperly handle duplicated messages from the next epoch
2018-11-01  PauliAdd a constant time flag to one of the bignums to avoid...
2018-10-29  PauliMerge to 1.0.2: DSA mod inverse fix.
2018-10-28  PauliMerge DSA reallocation timing fix CVE-2018-0734.
2018-10-18  Dr. Matthias... md_rand.c: don't stop polling until properly initialized
2018-10-18  Viktor DukhovniApply self-imposed path length also to root CAs
2018-10-18  Viktor DukhovniOnly CA certificates can be self-issued
2018-10-12  Andy Polyakovrsa/rsa_ossl.c: fix and extend commentary [skip ci].
2018-10-12  Andy Polyakovutil/domd: omit superfluous shift in -MD handling.
2018-10-02  Nicola TuveriAccess `group->mont_data` conditionally in EC_GROUP_set...
2018-09-26  PauliMerge 1.0.2 setuid calls to getenv(3) safety.
2018-09-26  Manikantan... Use gethostbyname_r if available
2018-09-24  Daniel BeveniusDocument OPENSSL_VERSION_TEXT macro
2018-09-21  Richard Levittecrypto/bn/asm/x86_64-gcc.c: remove unnecessary redefini...
2018-09-20  Dr. Matthias... drbg_get_entropy: force a reseed before calling ssleay_...
2018-09-20  Richard Levittecrypto/ui/ui_openssl.c: make sure to recognise ENXIO...
2018-09-11  Bernd EdlingerMake the config script fail with an error code if Confi...
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-04  Richard Levitteopenssl req: don't try to report bits
2018-09-04  Richard LevitteVMS: add missing x509_time test to test scripts
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  PauliCheck the return from BN_sub() in BN_X931_generate_Xpq().
2018-09-02  Eric BrownRemove redundant ASN1_INTEGER_set call
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_eay.c: implement variant of "Smooth CRT-RSA."
2018-08-28  Andy Polyakovcrypto/bn: add more fixed-top routines.
2018-08-27  Hubert Kariodocument the -no_ecdhe option in s_server man page
2018-08-17  Andy Polyakovx509v3/v3_purp.c: resolve Thread Sanitizer nit.
2018-08-14  Matt CaswellPrepare for 1.0.2q-dev
2018-08-14  Matt CaswellPrepare for 1.0.2p release OpenSSL_1_0_2p
2018-08-14  Matt Caswellmake update
2018-08-14  Richard Levittei2d_ASN1_BOOLEAN(): correct error module
2018-08-14  Matt CaswellUpdate copyright year
2018-08-14  Matt CaswellUpdates to CHANGES and NEWS for the new release
2018-08-14  Richard Levittei2d_ASN1_BOOLEAN(): allocate memory if the user didn...
2018-08-11  Richard Levittei2d_ASN1_OBJECT(): allocate memory if the user didn...
2018-08-10  Andy Polyakovrsa/*: switch to BN_bn2binpad.
2018-08-10  Andy Polyakovbn/bn_lib.c address Coverity nit in bn2binpad.
2018-08-10  Andy Polyakovbn/bn_lib.c: add computationally constant-time bn_bn2bi...
2018-08-07  Richard LevitteMake EVP_PKEY_asn1_new() stricter with its input
2018-08-01  Andy PolyakovCHANGES: mention blinding reverting in ECDSA.
2018-08-01  Andy Polyakovecdsa/ecs_ossl.c: switch to fixed-length Montgomery...
2018-08-01  Billy BrumleyFix BN_gcd errors for some curves
2018-08-01  Andy Polyakovbn/bn_mod.c: harmonize BN_mod_add_quick with original...
2018-08-01  Andy Polyakovecdsa/ecs_ossl.c: revert blinding in ECDSA signature.
2018-08-01  Andy Polyakovbn/bn_{mont|exp}.c: switch to zero-padded intermediate...
2018-08-01  Andy Polyakovbn/bn_lib.c: add BN_FLG_FIXED_TOP flag.
2018-08-01  Andy Polyakovbn/bn_mont.c: improve readability of post-condition...
2018-08-01  Andy Polyakovbn/bn_lib.c: remove bn_check_top from bn_expand2.
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-23  Andy Polyakovec/ecp_nistz256.c: fix ecp_nistz256_set_from_affine.
2018-07-22  Richard LevittePKCS12: change safeContentsBag from a SET OF to a SEQUE...
2018-07-13  Alexandre PerrinDocumentation typo fix in BN_bn2bin.pod
2018-07-03  Matt CaswellDon't create an invalid CertificateRequest
2018-06-28  Rich SalzZero-fill IV by default.
2018-06-25  Bernd EdlingerFix some more gcc-9 warnings [-Wstringop-truncation]
2018-06-24  Bernd EdlingerFix a new gcc-9 warning [-Wstringop-truncation]
2018-06-21  Nick MathewsonImprove the example getpass() implementation to show...
2018-06-21  Richard Levittedoc/crypto/pem.pod: modernise the example code
2018-06-21  Nick MathewsonUpdate documentation for PEM callback: error is now -1.
2018-06-21  Matt CaswellAdd blinding to a DSA signature
2018-06-19  Matt CaswellFix no-ssl3-method in 1.0.2
2018-06-18  Andy Polyakovsha/asm/sha{1|256}-586.pl: harmonize clang version...
2018-06-18  Andy Polyakovbn/asm/rsaz-avx2.pl: harmonize clang version detection.
2018-06-18  Nicola TuveriWarn against nonce reuse in DSA_sign_setup() doc
2018-06-13  Matt CaswellAdd blinding to an ECDSA signature
2018-06-12  Guido VrankenReject excessively large primes in DH key generation.
2018-06-09  Andy Polyakovbn/asm/sparcv9-mont.pl: iron another glitch in squaring...
2018-06-02  Ken GoldmanDocument failure return of ECDSA_SIG_new
2018-05-31  Richard LevitteENGINE_pkey_asn1_find_str(): don't assume an engine...
2018-05-31  Richard Levitteapps: when the 'compat' nameopt has been set, leave...
2018-05-29  Matt CaswellThe result of a ^ 0 mod -1 is 0 not 1
2018-05-23  Matt CaswellFix a bogus warning about an uninitialised var
2018-05-21  Matt CaswellFix undefined behaviour in X509_NAME_cmp()
2018-05-18  Andy Polyakovutil/domd: harmonize with compiler detection in Configure.
2018-05-17  Matt CaswellMake BN_GF2m_mod_arr more constant time
2018-05-14  Richard LevitteWhen configuring 'no-comp', zlib support should be...
2018-05-14  Richard LevitteUI console: Restore tty settings, do not force ECHO...
2018-05-12  Pavel KopylFix memory leaks in CA related functions.
2018-05-12  Matt CaswellDon't memcpy the contents of an empty fragment
2018-05-12  Richard LevitteIn cases where we ask PEM_def_callback for minimum...
2018-05-11  Dr. Matthias... Fix typo 'is an error occurred' in documentation
2018-05-05  Emilia KasperX509 time: tighten validation per RFC 5280
2018-05-04  Richard LevitteBIO_s_mem() write: Skip early when input length is...
2018-05-04  Andy Polyakovbn/asm/*-mont.pl: harmonize with BN_from_montgomery_word.
next