openssl.git
2020-08-07 Richard LevittePROV: Fix MSBLOB / PVK deserializer
2020-08-07 Richard LevitteEVP: Fix the returned value for ASN1_PKEY_CTRL_DEFAULT_...
2020-08-07 Richard LevitteTEST: Adjust the serdes test to include MSBLOB and PVK
2020-08-07 Richard LevittePEM: Fix i2b_PvK to use EVP_Encrypt calls consistently
2020-08-07 Richard LevittePROV: Add MSBLOB and PVK to DSA and RSA deserializers
2020-08-07 Richard LevitteDESERIALIZER: Adjust to allow the use several deseriali...
2020-08-07 Richard LevittePEM: Make general MSBLOB reader functions exposed inter...
2020-08-06 Richard LevitteRSA: Be less strict on PSS parameters when exporting...
2020-08-06 Paulimac: add some consistency to setting the XXX_final...
2020-08-06 Pauligettables: documentation changes to pass the provider...
2020-08-06 Pauligettables: test changes to pass the provider context.
2020-08-06 Pauligettables: provider changes to pass the provider context.
2020-08-06 Pauligettables: core changes to pass the provider context.
2020-08-06 Jon SpillettAdd new APIs to get PKCS12 secretBag OID and value
2020-08-06 Sahana Prasadapps/pkcs12: Change defaults from RC2 to PBES2 with...
2020-08-06 Matt CaswellPrepare for 3.0 alpha 7
2020-08-06 Matt CaswellPrepare for release of 3.0 alpha 6 openssl-3.0.0-alpha6
2020-08-06 Matt CaswellUpdate copyright year
2020-08-04 Shane LontisFix provider cipher reinit after init/update with a...
2020-08-04 Peter EisentrautMark an argument of an inline function as unused
2020-08-04 Dr. David von... openssl-cmp.pod.in: Update and extend example using...
2020-08-04 Richard LevitteDESERIALIZER: Fix EVP_PKEY construction by export
2020-08-04 Dr. David von... Fix error message on setting cert validity period in...
2020-08-04 Dr. David von... apps: Correct and extend diagnostics of parse_name()
2020-08-04 Dr. David von... Add 'section=...' info in error output of X509V3_EXT_nc...
2020-08-04 Dr. David von... Rename misleading X509V3_R_INVALID_NULL_NAME to X509V3_...
2020-08-04 Dr. David von... Correct confusing X509V3 conf error output by removing...
2020-08-04 Dr. David von... Correct misleading diagnostics of OBJ_txt2obj on unknow...
2020-08-04 Dr. David von... apps/cmp.c: Defer diagnostic output on server+proxy...
2020-08-04 Richard LevittePROV: Make the DER to KEY deserializer decode parameter...
2020-08-04 Norman AshleyCoverity Fixes for issue #12531
2020-08-04 Shane LontisChange the provider implementation of X942kdf to use...
2020-08-03 David WoodhouseAdd CHANGES.md entry for SSL_set1_host()/SSL_add1_host...
2020-08-03 David WoodhouseDisallow setting more than one IP address with SSL_add1...
2020-08-03 David WoodhouseFix certificate validation for IPv6 literals in sconnec...
2020-08-03 David WoodhouseMake SSL_set1_host() and SSL_add1_host() take IP addresses
2020-08-03 Dr. David von... 81-test_cmp_cli.t: Skip tests with mock server if serve...
2020-08-01 Matt CaswellFix an ENGINE leak in asn1_item_digest_with_libctx
2020-08-01 Richard LevitteDESERIALIZER: Small bugfix in the deser_process()
2020-08-01 Richard LevitteDESERIALIZER: Make OSSL_DESERIALIZER_from_{bio,fp}...
2020-08-01 Richard LevitteDESERIALIZER: Refactor the constructor setting API
2020-08-01 Richard LevitteTEST: Add testutil tests to compare unterminated string...
2020-08-01 Richard LevitteDESERIALIZER: Add deserializers for the rest of our...
2020-08-01 Richard LevitteDESERIALIZER: Make it possible to deserialize public...
2020-08-01 Richard LevitteDESERIALIZER: Rethink password handling
2020-08-01 Richard LevitteRSA: Better synchronisation between ASN1 PSS params...
2020-07-30 Richard LevitteDER writer: Make context-specific tags constructed...
2020-07-30 Richard LevittePROV: Fix small logic error in ec_kmgmt.c matching...
2020-07-30 Dr. David von... Add OSSL_CMP_MSG_write(), use it in apps/cmp.c
2020-07-30 Dr. David von... Export ossl_cmp_msg_load() as OSSL_CMP_MSG_read(),...
2020-07-30 Dr. David von... apps/cmp.c: Improve documentation of -recipient option
2020-07-30 Paulideserialisation: add deserialisation to the base provider
2020-07-30 Pauliserialisation: Add a built-in base provider.
2020-07-30 Pauliunify spelling of serialize
2020-07-30 Matt CaswellFix test_cmp_cli for extended tests
2020-07-30 Matt CaswellDon't fallback to legacy in DigestSignInit/DigestVerify...
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...
next