openssl.git
2020-11-18 Matt CaswellImplement a replacement for SSL_set_tmp_dh()
2020-11-18 Matt CaswellRemove deprecated functionality from s_server
2020-11-18 Matt CaswellDisable the DHParameters config option in a no-deprecat...
2020-11-18 Matt CaswellRemove DH usage from tls_process_cke_dhe
2020-11-18 Matt CaswellRemove DH usage in tls_construct_server_key_exchange()
2020-11-18 Matt CaswellAvoid the use of a DH object in tls_construct_cke_dhe()
2020-11-18 Matt CaswellDeprecate SSL_CTRL_SET_TMP_DH and other related ctrls
2020-11-18 Matt CaswellConvert TLS ServerKeyExchange processing to use an...
2020-11-18 Matt CaswellConvert TLS auto DH parameters to use EVP_PKEY
2020-11-18 Richard LevitteDOC: Rewrite the section on reporting errors in doc...
2020-11-18 Richard LevitteCONF: Convert one last CONFerr() to ERR_raise()
2020-11-18 Richard LevitteSimplify util/err-to-raise
2020-11-18 Richard LevitteReally deprecate the old NAMEerr() macros
2020-11-17 Richard Levitteutil/find-doc-nits: check podchecker() return value
2020-11-17 Richard Levitteutil/mkrc.pl: Make sure FILEVERSION and PRODUCTVERSION...
2020-11-17 David CarlierNetBSD build fix.
2020-11-16 Richard LevitteDOC: Fixup the description of the -x509_strict option
2020-11-16 Shane LontisFix dsa securitycheck for fips.
2020-11-16 Shane LontisAdd documentation for EVP_PKEY2PKCS8/EVP_PKCS82PKEY
2020-11-16 Shane LontisFixup EVP-MAC-KMAC documentation
2020-11-15 Daniel BeveniusREF_PRINT: cast pointer to void to avoid warnings
2020-11-15 PauliDocument the provider KDF API.
2020-11-15 Richard Levittetest/endecoder_legacy_test.c: new test for legacy compa...
2020-11-14 Richard LevitteFix SUPPORT.md for better readability
2020-11-14 Richard LevitteFix a few github file references
2020-11-13 Rich SalzRemove -C option from x509 command
2020-11-13 Rich SalzRemove -C from dhparam,dsaparam,ecparam
2020-11-13 Richard LevitteBIO: Undefine UNICODE in b_addr.c to get POSIX declarat...
2020-11-13 Richard Levittecrypto/provider_core.c: fix a couple of faulty ERR_rais...
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-11-13 Richard LevitteEVP: Adapt EVP_PKEY2PKCS8() to better handle provider...
2020-11-13 David CarlierDragonFlyBSD build fix and update.
2020-11-13 Shane LontisRemove unused helper functions EVP_str2ctrl() & EVP_hex...
2020-11-12 Nicola Tuveri[test/recipes] Split test_fuzz into separate recipes
2020-11-12 XiaokangQianOptimize AES-XTS mode in OpenSSL for aarch64
2020-11-11 Pauliapps/passwd: remove the -crypt option.
2020-11-11 Paulirsa_test: add return value check
2020-11-11 Tomas MrazDo not prepend $OPENSSL_CONF_INCLUDE to absolute includ...
2020-11-11 Tomas MrazAdd ossl_is_absolute_path function to detect absolute...
2020-11-11 Tomas MrazAvoid duplicate ends_with_dirsep functions
2020-11-11 Richard Levittetest/recipes/30-test_evp_libctx.t: use fips-and-base.cnf
2020-11-11 Richard Levittetest/evp_libctx_test.c: use OSSL_ENCODER instead of...
2020-11-11 Richard Levittetest/endecode_test.c: Update to specify output structures
2020-11-11 Richard LevitteAdapt libcrypto functionality to specify the desired...
2020-11-11 Richard LevittePROV: Re-implement all the keypair encoders
2020-11-11 Richard LevitteENCODER: Add tracing
2020-11-11 Richard LevitteENCODER: Add output structure support for EVP_PKEY...
2020-11-11 Richard LevitteENCODER: Add support for OSSL_FUNC_encoder_does_selection()
2020-11-11 Richard LevitteENCODER: Add support for specifying the outermost outpu...
2020-11-11 Richard LevitteCORE: Add support for specifying the outermost object...
2020-11-11 Richard LevitteConvert all {NAME}err() in providers/ to their correspo...
2020-11-11 Richard LevitteSSL: refactor all SSLfatal() calls
2020-11-11 Richard LevitteSSL: refactor ossl_statem_fatal() and SSLfatal()
2020-11-11 Richard LevitteConvert all {NAME}err() in ssl/ to their corresponding...
2020-11-11 Richard LevitteOSSL_STORE: Make sure the called OSSL_DECODER knows...
2020-11-11 Richard LevittePEM: Have pem_read_bio_key() set the OSSL_STORE expecte...
2020-11-11 Richard LevitteRestore the legacy implementation of PEM_read_bio_DHpar...
2020-11-11 Richard LevitteTEST: Adapt test/endecoder_test.c
2020-11-11 Richard LevitteDH: Move the code to set the DH sub-type
2020-11-11 Richard LevitteAdapt libcrypto functionality to specify the desired...
2020-11-11 Richard LevittePROV: Re-implement all the keypair decoders
2020-11-11 Richard LevitteDECODER: Add tracing
2020-11-11 Richard LevitteDECODER: Add input structure support for EVP_PKEY decoding
2020-11-11 Richard LevitteDECODER: Add support for OSSL_FUNC_decoder_does_selection()
2020-11-11 Richard LevitteDECODER: Add support for specifying the outermost input...
2020-11-11 Dr. David von... 25-test_x509.t: Re-add and improve a test on non-existe...
2020-11-11 Dr. David von... cmp_msg.c: Use issuer of reference cert as default...
2020-11-11 Shane LontisAdd support for making all of KBKDF FixedInput fields...
2020-11-10 Matt CaswellRemove some redundant error messages in the apps
2020-11-10 Matt CaswellFix the reading of DSA parameters files using the dsapa...
2020-11-10 Pali RohárDocument pkcs12 alg NONE
2020-11-10 Dr. David von... openssl-cmp.pod.in: Clean up doc of -verify_email,...
2020-11-10 Dr. David von... openssl.pod: Improve doc of -verify_email, -verify_host...
2020-11-10 Dr. David von... openssl-*.pod.in: Prevent newlines on empty engine_syno...
2020-11-10 Dr. David von... openssl-cmp.pod.in: Align order of options with apps...
2020-11-10 Dr. David von... apps/cmp.c: Improve order of -path option: just after...
2020-11-10 Richard LevittePEM: Always use PEM_def_callback() when cb == NULL...
2020-11-10 Richard LevitteUI: Use OPENSSL_zalloc() in general_allocate_prompt()
2020-11-10 Daniel BeveniusFix REF_PRINT_COUNT argument in ecx_key_free
2020-11-08 Shane LontisRemove test that breaks on AIX.
2020-11-08 Bernd EdlingerThis should fix a lock-order-inversion
2020-11-07 Richard Levittetest/evp_extra_test.c: Modify to reflect provider suppo...
2020-11-07 Richard LevitteEVP: Have all EVP_PKEY check functions export to provid...
2020-11-07 Richard LevitteFix test/recipes/80-test_ca.t to skip_all properly...
2020-11-06 Matt CaswellCorrect system guessing for solaris64-x86_64-* targets
2020-11-06 Matt CaswellDon't complain about uninitialized values when running...
2020-11-06 Matt CaswellDon't clear the whole error stack when loading engines
2020-11-06 Matt CaswellDon't clear errors on failure in CONF_modules_load_file...
2020-11-06 David von Oheimbx509_vfy.c: Call verification callback individually...
2020-11-06 David von Oheimbx509_vfy.c: Introduce CHECK_CB macro simplifying use...
2020-11-06 David von OheimbCHANGES.md: Mention (strict) checks recently added...
2020-11-06 David von OheimbImprove doc of X509_verify_cert(), also in openssl.pod
2020-11-05 Dmitry BelyavskiyCheck the configuration file by default
2020-11-05 Matt CaswellPrepare for 3.0 alpha 9
2020-11-05 Matt CaswellPrepare for release of 3.0 alpha 8 openssl-3.0.0-alpha8
2020-11-05 Matt CaswellUpdate copyright year
2020-11-05 Paulidefltprov: remove duplicate algorithm names.
2020-11-04 Randall S.... Moved OPENSSL_fork_prepare,_parent,_child from init...
2020-11-04 Hu KepingDo not export the submodules gost-engine
next