]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2020-07-30  Dr. David von... Export crm_new() of cmp_msg.c under the name OSSL_CMP_C...
2020-07-30  Dr. David von... Streamline the CMP request session API, adding the...
2020-07-29  Nicola Tuveri[test][ectest] Minor touches to custom_generator_test
2020-07-29  Nicola Tuveri[test] Vertically test explicit EC params API patterns
2020-07-29  Paulinamemap: fix threading issue
2020-07-28  Matt CaswellFix a test_verify failure
2020-07-28  Dr. David von... Deprecate -nodes in favor of -noenc in pkcs12 and req app
2020-07-27  Richard LevitteTEST: Add RSA-PSS cases in test/serdes_test.c
2020-07-27  Richard LevittePROV: Add a DER to RSA-PSS deserializer implementation
2020-07-27  Richard LevitteEVP, PROV: Add misc missing bits for RSA-PSS
2020-07-27  Matt CaswellFix no-ec2m
2020-07-26  Richard LevitteDER to RSA deserializer: fix inclusion
2020-07-26  Matt CaswellFix no-dh and no-dsa
2020-07-24  Read HughesUpdate EVP_EncodeInit.pod
2020-07-24  Richard LevitteEVP: Fix key type check logic in evp_pkey_cmp_any()
2020-07-24  Richard LevitteTEST: Update the serialization/deserialization test...
2020-07-24  Richard LevittePROV: Update the PEM to DER deserializer to handle...
2020-07-24  Richard LevitteTEST: Update the serialization/deserialization test...
2020-07-24  Richard LevittePROV: Update the DER to RSA deserializer to handle...
2020-07-24  Richard LevitteDESERIALIZER: Implement decryption of password protecte...
2020-07-24  Richard LevitteSERIALIZER: No enc argument for OSSL_SERIALIZER_CTX_set...
2020-07-24  Richard LevitteTEST: Add new serializer and deserializer test
2020-07-24  Richard LevittePROV: Implement PEM to DER deserializer
2020-07-24  Richard LevittePROV: Implement DER to RSA deserializer
2020-07-24  Richard LevitteCORE: Add upcalls for BIO_gets() and BIO_puts()
2020-07-24  Richard LevitteSERIALIZER: Add functions to deserialize into an EVP_PKEY
2020-07-24  Richard LevitteDESERIALIZER: Add foundation for deserializers
2020-07-24  Richard LevitteKEYMGMT: Add key loading function OSSL_FUNC_keymgmt_load()
2020-07-24  Richard LevitteEVP KEYMGMT utils: Make a few more utility functions...
2020-07-24  Shane LontisAdd X509 related libctx changes.
2020-07-23  Shane LontisTest RSA oaep in fips mode
2020-07-22  Dr. Matthias... Fix: uninstantiation breaks the RAND_DRBG callback...
2020-07-22  Dr. Matthias... test/drbgtest.c: set the correct counter to trigger...
2020-07-22  Dr. Matthias... test/drbgtest.c: Remove error check for large generate...
2020-07-22  Vitezslav CizekFix DRBG reseed counter condition.
2020-07-22  Vitezslav Cizektest/drbgtest.c: Fix error check test
2020-07-22  Shane LontisCleanup fips provider init
2020-07-22  Paulidocument the deprecation of the '-public-key-methods...
2020-07-22  PauliEVP: deprecate the EVP_X_meth_ functions.
2020-07-22  Pauliengines: fixed to work with EVP_*_meth calls deprecated
2020-07-22  Paulievp_test: use correct deallocation for EVP_CIPHER
2020-07-22  Paulievp_test: use correct deallocation for EVP_MD
2020-07-22  gujinqiangSpecific the engine pointer
2020-07-22  Gustaf NeumannAlign documentation with recommendations of Linux Docum...
2020-07-22  Dr. David von... Fix UI method setup, which should be independent of...
2020-07-22  Dr. David von... 81-test_cmp_cli.t: Avoid using 'tail', 'awk', and the...
2020-07-22  Dr. David von... Skip test_cmp_cli if 'lsof' or 'kill' command is not...
2020-07-22  Shane LontisFix provider cipher reinit issue
2020-07-21  Viktor DukhovniAvoid errors with a priori inapplicable protocol bounds
2020-07-21  Richard LevitteDOC: Fix SSL_CTX_set_cert_cb.pod and SSL_CTX_set_client...
2020-07-21  Richard Levitteutil/find-doc-nits: Relax check of function declaration...
2020-07-21  Richard LevittePROV: Move bio_prov.c from libcommon.a to libfips.a...
2020-07-21  Nihal Jerefixed swapped parameter descriptions for x509
2020-07-21  Shane LontisAdd ERR_raise() errors to fips OSSL_provider_init and...
2020-07-20  Shane LontisFix API rename issue in shim layer that calls EVP_MAC_C...
2020-07-20  Dimitri John... man3: Drop warning about using security levels higher...
2020-07-20  Dr. David von... check-format.pl: Add an entry about it to NEWS.md and...
2020-07-20  Dr. David von... check-format.pl: Report empty lines only if -s (--slopp...
2020-07-20  Dr. David von... check-format.pl: Add check for essentially empty line...
2020-07-20  Dr. David von... check-format.pl: Add check for multiples essentially...
2020-07-20  Dr. David von... check-format.pl: Allow comment start '/*' after opening...
2020-07-19  Jean-Christophe... Fix linking against non-system zlib on macOS
2020-07-19  Shane LontisAdded missing ';' after methods in the synopsis section...
2020-07-19  Richard Levitteutil/find-doc-nits: relax some SYNOPSIS checks
2020-07-19  Richard Levitteutil/find-doc-nits: read full declarations as one line...
2020-07-19  Richard LevitteFix typo for SSL_get_peer_certificate()
2020-07-19  Richard LevitteRemove util/openssl-update-copyright
2020-07-18  Paulimac: always pass a non-NULL output size pointer to...
2020-07-17  Paulidoc: Fix documentation of EVP_EncryptUpdate().
2020-07-17  Pauliinstall: add notes about ignored seed sources in the...
2020-07-17  Paulirand: detect if FIPS approved randomness sources are...
2020-07-17  Shane LontisFix trailing whitespace mismatch error when running...
2020-07-16  Dr. David von... 99-test_fuzz.t: Clean up and re-organize such that...
2020-07-16  Dr. David von... test/run_tests.pl: In parallel runs, start those tests...
2020-07-16  Dr. David von... x509_vfy.c: Improve key usage checks in internal_verify...
2020-07-16  Dr. David von... Constify X509_check_akid and prefer using X509_get0_ser...
2020-07-16  Richard LevittePrepare for 3.0 alpha 6
2020-07-16  Richard LevittePrepare for release of 3.0 alpha 5 openssl-3.0.0-alpha5
2020-07-16  Richard Levitteutil/mktar.pl: Change 'VERSION' to 'VERSION.dat'
2020-07-16  Richard LevitteUpdate copyright year
2020-07-16  Richard LevitteDRBG: Fix the renamed functions after the EVP_MAC name...
2020-07-16  Matt CaswellRevert "kdf: make function naming consistent."
2020-07-16  Matt CaswellRevert "The EVP_MAC functions have been renamed for...
2020-07-16  Richard LevitteAdd latest changes and news in CHANGES.md and NEWS.md
2020-07-16  Paulicapabilities: make capability selection case insensitive.
2020-07-16  Paulilibcrypto.num: engine deprecation updates
2020-07-16  Paulidoc: remove unused engine tracing option
2020-07-16  Paulitrace: condition out engine related tracing
2020-07-16  PauliDocument that ENGINE_add_conf_module() was deprecated.
2020-07-16  PauliDocument that exdata for ENGINES is deprecated.
2020-07-16  PauliDocument that the ENGINE_[sg]_ex_data() calls are repre...
2020-07-16  PauliRAND: document that the ENGINE RAND override is deprecated.
2020-07-16  PauliENGINESDIR: document that this configuration is deprecated.
2020-07-16  Paulidoc: document that the engine initialisation options...
2020-07-16  Paulideprecate engines in provider code
2020-07-16  Paulideprecate engines in libcrypto
2020-07-16  Pauliapps: deprecate engines
2020-07-16  Paulideprecate engine from public header files
2020-07-16  Paulideprecate engine tests
2020-07-16  Paulideprecate engines in SSL
next