]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2020-09-18  Shane LontisAdd 'fips-securitychecks' option and plumb this into...
2020-09-18  Shane Lontisfix provider exchange operations
2020-09-18  Shane Lontisfix provider signatures
2020-09-18  Shane LontisSeparate fips and non fips code for key operations
2020-09-18  Shane LontisAdd missing 'ossl_unused' tags to some gettable and...
2020-09-18  Shane LontisAdd error message to genpkey app for the '-genparam...
2020-09-18  Shane LontisAdd fips checks for ecdh key agreement
2020-09-18  Shane LontisAdd fips checks for rsa encryption
2020-09-18  Shane LontisAdd fips checks for dh key agreement
2020-09-18  Shane LontisAdd fips checks for ecdsa signatures
2020-09-18  Shane LontisAdd fips checks for dsa signatures
2020-09-18  Shane LontisAdd fips checks for rsa signatures.
2020-09-18  Matt CaswellFix some doc-nits and make update errors
2020-09-18  Matt CaswellRemove some unneeded code from lhash.h
2020-09-18  Matt CaswellUpdate err.h to use the new lhash generation code
2020-09-18  Matt CaswellUpdate conf.h.in to use the new lhash generation code
2020-09-18  Matt CaswellProvide basis for fixing lhash code
2020-09-18  Alexander Borkowskis_client.pod: Fix grammar in NOTES section.
2020-09-17  Shane LontisAdd selftest callback to CRNG output test
2020-09-17  Shane LontisFix AES_XTS on x86-64 platforms with BSAES and VPAES...
2020-09-17  Dmitry BelyavskiyHMAC should work with non-provided digests
2020-09-17  Tomas MrazRename check_chain_extensions to check_chain
2020-09-17  Tomas MrazDisallow certs with explicit curve in verification...
2020-09-17  Tomas MrazEC_KEY: add EC_KEY_decoded_from_explicit_params()
2020-09-17  Dr. David von... Fix Coverity CID 1466708 - correct pointer calculation...
2020-09-17  Xiaofei BaiFIX strncpy warning in apps/cmp.c.
2020-09-17  Jon SpillettMake KDFs fail if requesting a zero-length key.
2020-09-17  Jon SpillettAllow zero-length secret for EVP_KDF API
2020-09-17  Daniel BeveniusFix typo in bind_loader_attic comment
2020-09-17  Matt CaswellDocument 2 newly added functions
2020-09-17  Matt CaswellTest HMAC output from the dgst CLI
2020-09-17  Matt CaswellCorrectly display the signing/hmac algorithm in the...
2020-09-17  Matt CaswellRedirect EVP_DigestInit to EVP_DigestSignInit_ex if...
2020-09-17  Matt CaswellDon't send -1 as the length of the hmac key
2020-09-17  jwalchAnnotate potential -Wunused-function violations in...
2020-09-17  jwalchAdd a NULL check to EVP_PKEY_assign
2020-09-17  Shane LontisUpdate AES GCM IV max length to be 1024 bits (was 512)
2020-09-16  Tim Hudsonundeprecate EVP_PKEY_cmp and EVP_PKEY_cmp_parameters
2020-09-16  Richard LevitteConfigurations/unix-Makefile.tmpl: Don't specify header...
2020-09-16  Richard LevitteOpenSSL::ParseC: recognise inline function bodies
2020-09-16  Shane LontisAdd self tests for rsa encryption
2020-09-15  Paulifree memory use on error in cert verify
2020-09-15  Pauligenerate_cookie_callback: free temporary memory on...
2020-09-15  PauliPKCS5 PBE: free allocations on unlikely / impossible...
2020-09-15  PauliPKCS#8: free data on error path in newpass_bag
2020-09-15  PauliDTLS: free allocated memory on error paths
2020-09-14  Dr. Matthias... prov/drbg: cleanup some RAND_DRBG leftovers
2020-09-14  Dr. Matthias... prov/drbg: fix misspelling of '#ifdef FIPS_MODULE'
2020-09-13  Richard LevitteEVP: Centralise fetching error reporting
2020-09-13  Matt CaswellIgnore unused return values from some sk_*() macros
2020-09-13  Matt CaswellDon't complain about stack related macros
2020-09-13  Richard LevitteMake 'make errors' work again
2020-09-13  Richard LevitteMake 'make ordinals' work again
2020-09-13  Richard Levitteutil/mknum.pl: Fix file opening
2020-09-13  Matt CaswellStreamline the safestack generated code
2020-09-13  Matt CaswellAdd a CHANGES entry for the safestack updates
2020-09-13  Matt CaswellRemove some safestack things that are no longer needed
2020-09-13  Matt CaswellFix safestack issues in ui.h
2020-09-13  Matt CaswellFix safestack issues in pkcs12.h
2020-09-13  Matt CaswellFix safestack issues in crypto.h
2020-09-13  Matt CaswellFix safestack issues in conf.h
2020-09-13  Matt CaswellFix safestack issues in bio.h
2020-09-13  Matt CaswellFix safestack issues in ess.h
2020-09-13  Matt CaswellFix safestack issues in asn1t.h
2020-09-13  Matt CaswellFix safestack issues in ct.h
2020-09-13  Matt CaswellFix safestack issues in crmf.h
2020-09-13  Matt CaswellFix safestack issues in x509_vfy.h
2020-09-13  Matt CaswellFix safestack issues in srp.h
2020-09-13  Matt CaswellFix safestack issues in pkcs7.h
2020-09-13  Matt CaswellFix safestack issues in ocsp.h
2020-09-13  Matt CaswellFix safestack issues in cms.h
2020-09-13  Matt CaswellFix safestack issues in cmp.h
2020-09-13  Matt CaswellFix safestack issues in asn1.h
2020-09-13  Matt CaswellFix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENS...
2020-09-13  Matt CaswellFix safestack issues in x509v3.h
2020-09-13  Matt CaswellFix safestack issues in x509.h
2020-09-13  Matt CaswellFix safestack issues in ssl.h
2020-09-12  Randall S.... NonStop port updates for 3.0.0.
2020-09-12  Richard LevitteTEST: Add a test of EC key generation with encoding...
2020-09-12  Richard LevitteEVP: Add the internal convenience function evp_keymgmt_...
2020-09-12  Shane LontisFix EVP_PKEY_CTX_ctrl() documentation
2020-09-12  Shane LontisUpdate doc for EVP_PKEY_CTX_set_ec_param_enc()
2020-09-12  Richard LevitteEC: Reimplement EVP_PKEY_CTX_set_ec_param_enc() to...
2020-09-12  Richard Levittedev/release.sh: Rework to be smoother
2020-09-12  Shane Lontiskeygen: add FIPS error state management to conditional...
2020-09-12  PauliCRNGT: enter FIPS error state if the test fails
2020-09-12  PauliFIPS: error mode is set from failed self tests and...
2020-09-12  Pauliciphers: add FIPS error state handling
2020-09-12  Paulikeymgmt: add FIPS error state handling
2020-09-12  Paulisignature: add FIPS error state handling
2020-09-12  Pauliexchange: add FIPS error state handling
2020-09-12  Paulikdf: add FIPS error state handling
2020-09-12  Paulimac: add FIPS error state handling
2020-09-12  Paulirand: add FIPS error state handling
2020-09-12  Pauliasymciphers: add FIPS error state handling
2020-09-12  Paulidigests: add FIPS error state handling
2020-09-12  PauliFIPS: rename the status call to is_running.
2020-09-12  Pauliprovider: add an 'is_running' call to all providers.
2020-09-12  Shane LontisFix coverity issue: CID 1466479 - Resource leak in...
2020-09-12  Shane LontisFix coverity issue: CID 1466482 - Resource leak in...
next