summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prepare for release of 3.0 beta 1openssl-3.0.0-beta1Matt Caswell2021-06-173-4/+4
* make updateMatt Caswell2021-06-173-54/+54
* Update copyright yearMatt Caswell2021-06-17191-191/+191
* test/recipes/80-test_cmp_http.t: Kill the mock server brutallyRichard Levitte2021-06-171-1/+1
* gost: remove the internal GOST test.Pauli2021-06-174-172/+1
* Fix exit code for VMS in util/wrap.pl and test/run_tests.plRichard Levitte2021-06-172-7/+32
* Fix small typo in test/recipes/05-test_pbe.tRichard Levitte2021-06-171-1/+1
* Add self test for ECDSA using curve with a binary fieldShane Lontis2021-06-171-8/+45
* Always wait for both threads to finishRich Salz2021-06-161-5/+9
* DSO: Fix the VMS DSO name converter to actually do somethingRichard Levitte2021-06-161-5/+31
* TEST: Change 'catdir' to 'catfile' when dealing with files, in run_tests.plRichard Levitte2021-06-161-2/+2
* Build file templates: Fix in2script dependenciesRichard Levitte2021-06-163-3/+3
* Configuration: Fix incorrect $unified_info{attributes} referencesRichard Levitte2021-06-166-6/+9
* prov: tag SM2 encoders and decoders as non-FIPSPauli2021-06-162-10/+10
* VMS build: drop a spurious debug printRichard Levitte2021-06-161-2/+0
* HTTP client: fix use of OSSL_HTTP_adapt_proxy(), which is needed also in cmp.cDr. David von Oheimb2021-06-168-34/+33
* X509_digest_sig(): Improve default hash for EdDSA and allow to return the cho...Dr. David von Oheimb2021-06-165-23/+58
* CORE: Do a bit of cleanup of core fetchingRichard Levitte2021-06-166-62/+48
* Fix DH private key check.Shane Lontis2021-06-162-1/+2
* Add a test for fetching various non-evp objectsMatt Caswell2021-06-163-1/+197
* Clean up the encoder/decoder/loader stores before providersMatt Caswell2021-06-163-3/+6
* apps: remove AEAD/mode checks that are now redundantPauli2021-06-162-20/+5
* apps: use get_cipher_any() instead of get_cipher() for commands that support ...Pauli2021-06-163-4/+4
* apps: limit get_cipher() to not return AEAD or XTS ciphersPauli2021-06-162-6/+38
* doc: document the various get_cipher functions in the commands lib.Pauli2021-06-161-5/+12
* test: add test cases for SHAxxx helper functionsPauli2021-06-163-1/+127
* Include a local static buffer for the SHA helper functionsPauli2021-06-161-0/+20
* Correct processing of AES-SHA stitched ciphersDmitry Belyavskiy2021-06-161-1/+1
* Add missing migration_guide API mappings.Shane Lontis2021-06-161-0/+24
* Add documentation for the newly added OBJ up callsMatt Caswell2021-06-163-24/+62
* Add a test for the newly added OBJ upcallsMatt Caswell2021-06-163-1/+136
* Add various OBJ functions as callbacksMatt Caswell2021-06-162-0/+50
* doc: finish the provider child up call documentationPauli2021-06-161-1/+7
* TEST: Skip test/recipes/01-test_symbol_presence.t on MacOSRichard Levitte2021-06-161-0/+2
* TEST: Display the correct shared library nameRichard Levitte2021-06-161-4/+5
* new: update NEWS.md so it is correct.Pauli2021-06-161-1/+1
* new: update NEWS.md so it is correct.Pauli2021-06-161-9/+7
* Disabling Encrypt-then-MAC extension in s_client/s_serverDmitry Belyavskiy2021-06-155-5/+23
* TEST: Make test/recipes/01-test_symbol_presence.t more platform agnosticRichard Levitte2021-06-151-3/+9
* Refactor OSSL_STORE_LOADER_do_all_provided() to behave like OSSL_STORE_LOADER...Richard Levitte2021-06-151-32/+24
* test/evp_extra_test.c: Peek at the error instead of getting it.Richard Levitte2021-06-151-1/+1
* DECODER & ENCODER: Add better tracingRichard Levitte2021-06-151-0/+44
* Adapt all public EVP_XXX_do_all_provided() for the changed evp_generic_do_all()Richard Levitte2021-06-1510-5/+12
* Refactor evp_generic_do_all() to behave like evp_generic_fetch()Richard Levitte2021-06-152-42/+52
* Refactor OSSL_ENCODER_do_all_provided() to behave like OSSL_ENCODER_fetch()Richard Levitte2021-06-151-33/+22
* Refactor OSSL_DECODER_do_all_provided() to behave like OSSL_DECODER_fetch()Richard Levitte2021-06-152-34/+28
* Add the internal function ossl_method_store_do_all()Richard Levitte2021-06-152-0/+39
* s_server: make -rev option easier to find (mention echo)Hubert Kario2021-06-152-4/+3
* CORE: Move away the allocation of the temporary no_cache method storeRichard Levitte2021-06-156-129/+188
* ASN1_parse_dump(): allow NULL BIO input, to simplify applications not needing...Dr. David von Oheimb2021-06-151-7/+8