summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-11-11TEST: Adapt test/endecoder_test.cRichard Levitte
2020-11-11DH: Move the code to set the DH sub-typeRichard Levitte
2020-11-11Adapt libcrypto functionality to specify the desired input structureRichard Levitte
2020-11-11PROV: Re-implement all the keypair decodersRichard Levitte
2020-11-11DECODER: Add tracingRichard Levitte
2020-11-11DECODER: Add input structure support for EVP_PKEY decodingRichard Levitte
2020-11-11DECODER: Add support for OSSL_FUNC_decoder_does_selection()Richard Levitte
2020-11-11DECODER: Add support for specifying the outermost input structureRichard Levitte
2020-11-1125-test_x509.t: Re-add and improve a test on non-existence of ASN.1 parse errorsDr. David von Oheimb
2020-11-11cmp_msg.c: Use issuer of reference cert as default issuer entry in certTemplateDr. David von Oheimb
2020-11-11Add support for making all of KBKDF FixedInput fields optional.Shane Lontis
2020-11-10Remove some redundant error messages in the appsMatt Caswell
2020-11-10Fix the reading of DSA parameters files using the dsaparam appMatt Caswell
2020-11-10Document pkcs12 alg NONEPali Rohár
2020-11-10openssl-cmp.pod.in: Clean up doc of -verify_email, -verify_hostname, and -ver...Dr. David von Oheimb
2020-11-10openssl.pod: Improve doc of -verify_email, -verify_hostname, and -verify_ipDr. David von Oheimb
2020-11-10openssl-*.pod.in: Prevent newlines on empty engine_synopsis causing layout er...Dr. David von Oheimb
2020-11-10openssl-cmp.pod.in: Align order of options with apps/cmp.c; improve structuri...Dr. David von Oheimb
2020-11-10apps/cmp.c: Improve order of -path option: just after -serverDr. David von Oheimb
2020-11-10PEM: Always use PEM_def_callback() when cb == NULL in pem_read_bio_key()Richard Levitte
2020-11-10UI: Use OPENSSL_zalloc() in general_allocate_prompt()Richard Levitte
2020-11-10Fix REF_PRINT_COUNT argument in ecx_key_freeDaniel Bevenius
2020-11-09Remove test that breaks on AIX.Shane Lontis
2020-11-08This should fix a lock-order-inversionBernd Edlinger
2020-11-07test/evp_extra_test.c: Modify to reflect provider support in test_EVP_PKEY_checkRichard Levitte
2020-11-07EVP: Have all EVP_PKEY check functions export to provider if possibleRichard Levitte
2020-11-07Fix test/recipes/80-test_ca.t to skip_all properly in a subtestRichard Levitte
2020-11-06Correct system guessing for solaris64-x86_64-* targetsMatt Caswell
2020-11-06Don't complain about uninitialized values when running ConfigureMatt Caswell
2020-11-06Don't clear the whole error stack when loading enginesMatt Caswell
2020-11-06Don't clear errors on failure in CONF_modules_load_file_ex()Matt Caswell
2020-11-06x509_vfy.c: Call verification callback individually per strict check in check...David von Oheimb
2020-11-06x509_vfy.c: Introduce CHECK_CB macro simplifying use of cert verification cb ...David von Oheimb
2020-11-06CHANGES.md: Mention (strict) checks recently added to X509_verify_cert()David von Oheimb
2020-11-06Improve doc of X509_verify_cert(), also in openssl.podDavid von Oheimb
2020-11-05Check the configuration file by defaultDmitry Belyavskiy
2020-11-05Prepare for 3.0 alpha 9Matt Caswell
2020-11-05Prepare for release of 3.0 alpha 8openssl-3.0.0-alpha8Matt Caswell
2020-11-05Update copyright yearMatt Caswell
2020-11-05defltprov: remove duplicate algorithm names.Pauli
2020-11-04Moved OPENSSL_fork_prepare,_parent,_child from init.c to threads_pthread.c.Randall S. Becker
2020-11-04Do not export the submodules gost-engineHu Keping
2020-11-03fix typo in READMEIchinose Shogo
2020-11-02Add more diagnostics to ossl_shimBenjamin Kaduk
2020-11-02Adjust error reason for ssl_get_min_max_version() failureBenjamin Kaduk
2020-11-02Clear error queue entries from bad DLTS recordsBenjamin Kaduk
2020-11-02Prevent potential UAF in init_thread_deregister()jwalch
2020-11-02EVP: Fix typo in EVP_PKEY_gen commentDaniel Bevenius
2020-11-02Initialize outl in evp_enc.c to 0, protect against NULLjwalch
2020-11-02Add AES KW inverse ciphers to the EVP layerShane Lontis