aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-01261-1800/+1935
* Pass library context and property query into private key decodersJon Spillett2021-06-013-8/+26
* Fix up encoder/decoder issues caused by not passing a library context to the ...Jon Spillett2021-06-012-3/+2
* Enhance the encoder/decoder tests to allow testing with a non-default library...Jon Spillett2021-06-0113-91/+333
* req: fix Coverity 1485137 Explicit null dereferencePauli2021-06-011-0/+11
* crypto: updates to pass size_t to RAND_bytes_ex()Pauli2021-06-0110-11/+28
* ssl: ass size_t to RAND_bytes_ex()Pauli2021-06-012-4/+5
* rand: use size_t for size argument to RAND_bytes_ex()Pauli2021-06-016-9/+15
* Move provider der_XXX.h.in files to the include directory.Shane Lontis2021-06-018-7/+7
* Fix error stack for some fetch calls.Shane Lontis2021-06-013-3/+16
* Migration guide updates for flags and controls.Shane Lontis2021-06-011-0/+19
* Document Settable EVP_CIPHER_CTX parameter "use-bits"Shane Lontis2021-06-012-9/+103
* Fix param indentation in ciphercommon_hw.cShane Lontis2021-06-011-10/+10
* Fix aes cfb1 so that it can operate in bit mode.Shane Lontis2021-06-014-0/+78
* add some cross compilation buildsPauli2021-06-011-0/+66
* sparc: fix cross compile buildPauli2021-06-013-10/+11
* ppc: fix ambiguous if if else statementPauli2021-06-011-1/+2
* Add .asn1 dependencies for files generated from providers/common/der/*.inRichard Levitte2021-05-311-14/+14
* Update solaris64-sparcv9-cc build target cflagsJan Lana2021-05-311-1/+1
* Fix cert creation in the storeMatt Caswell2021-05-311-16/+15
* Add the usual autowarn perl snippet in providers/common/der/*.inRichard Levitte2021-05-3114-0/+28
* Teach EVP_PKEYs to say whether they were decoded from explicit paramsMatt Caswell2021-05-315-19/+77
* Update check_sig_alg_match() to work with provided keysMatt Caswell2021-05-311-4/+3
* Special case SM2 when decodingMatt Caswell2021-05-311-1/+12
* Fixes #14103 & #14102. Update AES demos with error handling and EVP fetchJon Spillett2021-05-316-248/+470
* Fix PKCS7_verify to not have an error stack if it succeeds.Shane Lontis2021-05-315-18/+132
* fips: set the library context and handle laterPauli2021-05-291-2/+3
* make update-fips-checksumsRichard Levitte2021-05-293-28/+457
* Rearrange the check of providers/fips.so dependenciesRichard Levitte2021-05-291-15/+21
* Make providers/fips.module.sources.new depend on configdata.pmRichard Levitte2021-05-291-7/+1
* configdata.pm: Allow extra arguments when --query is given.Richard Levitte2021-05-291-1/+4
* add zero strenght arguments to BN and RAND RNG callsPauli2021-05-2935-57/+61
* prov: add zero strenght arguments to BN and RAND RNG callsPauli2021-05-298-13/+13
* ssl: add zero strenght arguments to BN and RAND RNG callsPauli2021-05-298-18/+18
* test: add zero strenght arguments to BN and RAND RNG callsPauli2021-05-294-6/+6
* rand: add a strength argument to the BN and RAND RNG callsPauli2021-05-294-35/+55
* doc: document the strength arugments to the RNG functionsPauli2021-05-292-18/+28
* Make undef'd counts zero by default.Rich Salz2021-05-291-0/+1
* ec: Add PPC64 vector assembly version of p521 field operationsAmitay Isaacs2021-05-296-480/+504
* ec: Add run time code selection for p521 field operationsMartin Schwenke2021-05-292-3/+35
* ec: Rename reference p521 field operations and use them via macrosMartin Schwenke2021-05-291-2/+5
* perlasm/ppc-xlate.pl: Handle rewriting of vector registersMartin Schwenke2021-05-291-6/+76
* BIO acpt_state(): Allow retrying addresses (e.g., using IPv6 vs. IPv4) on cre...Dr. David von Oheimb2021-05-291-3/+9
* BIO_s_accept.pod: Add missing documentation for BIO_{get,set}_accept_ip_family()Dr. David von Oheimb2021-05-291-0/+6
* apps/ocsp: Allow -port 0Dr. David von Oheimb2021-05-292-1/+2
* DOC: Slightly improve the documentation of BIO_lookup() and related functionsDr. David von Oheimb2021-05-294-8/+7
* apps/lib/s_socket.c and 80-test_cmp_http.t: Make ACCEPT port reporting more r...Dr. David von Oheimb2021-05-294-19/+24
* Fix intermittent CI failure in evp_kdf_test for non_caching build.Shane Lontis2021-05-291-6/+17
* Fix incorrect gettable OSSL_CIPHER_PARAM_TLS_MAC parameterShane Lontis2021-05-281-1/+1
* Fix incorrect OSSL_CIPHER_PARAM_SPEED get_ctx_paramsShane Lontis2021-05-281-1/+0