summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* config: enable ACVP test case if FIPS is enabled.Pauli2021-07-171-2/+1
* doc: It is not possible to use SSL_OP_* value in preprocessor conditionsTomas Mraz2021-07-162-1/+9
* Disallow SSL_key_update() if there are writes pendingMatt Caswell2021-07-161-0/+5
* Don't reset the packet pointer in ssl3_setup_read_bufferMatt Caswell2021-07-161-1/+0
* RSA_public_decrypt is equivalent to a verify recover operationTomas Mraz2021-07-162-5/+6
* evp_test: Add tests for rsa_padding_mode:noneTomas Mraz2021-07-161-0/+47
* Allow RSA signature operations with RSA_NO_PADDINGTomas Mraz2021-07-161-2/+5
* Drop daily run-checker build with just enable-acvp-testsTomas Mraz2021-07-161-1/+0
* CI: have enable-acvp-tests in some CI buildTomas Mraz2021-07-161-1/+1
* Signature algos: allow having identical digest in paramsTomas Mraz2021-07-163-17/+43
* acvp_test: Fix incorrect parenthesisTomas Mraz2021-07-161-2/+2
* apps: Use the first detected address family if IPv6 is not availableDaiki Ueno2021-07-161-0/+10
* Split bignum code out of the sparcv9cap.cTomas Mraz2021-07-1528-103/+157
* doc: document the params arguments to the initialisation functions.Pauli2021-07-152-4/+8
* evp: constify some OSSL_PARAM argumentsPauli2021-07-152-5/+5
* Make EVP_PKEY_check() be an alias for EVP_PKEY_pairwise_check()Tomas Mraz2021-07-152-18/+4
* doc: Document that incomplete certificates return errorTomas Mraz2021-07-154-6/+10
* test: add single byte IV AES GCM testsPauli2021-07-141-0/+103
* Remove lower limit on GCM mode ciphersPauli2021-07-144-12/+5
* apps: avoid using POSIX IO macros and functions when built without them.Pauli2021-07-141-13/+23
* Fix OSSL_TRACE9 missing arg9Syrone Wong2021-07-141-1/+1
* Avoid empty lines in nmake rule bodiesRichard Levitte2021-07-131-13/+13
* Remove executable mode attributes of non-executable filesTianjia Zhang2021-07-1310-0/+0
* asn.1: fix Coverity 1487104 Logically dead codePauli2021-07-131-4/+5
* doc: document the new opt_legacy_okay() function's behaviourPauli2021-07-121-1/+9
* app: add library context and propq arguments to opt_md() and opt_cipher()Pauli2021-07-121-5/+14
* apps: add a function opt_legacy_okay() that indicates if legacy paths are per...Pauli2021-07-121-0/+32
* apps: add query to allow a command to know of a provider command line option ...Pauli2021-07-122-0/+18
* test: make build descriptions more consistentPauli2021-07-121-2/+2
* test: add a shim function for the apps's opt_legacy_okay() functionPauli2021-07-121-0/+26
* test: rename apps_mem.c to be apps_shims.c in anticipation of additonal funct...Pauli2021-07-122-1/+1
* Fix legacy OCSP_REQ_CTX_http() function to expect ASN.1 formatted inputDr. David von Oheimb2021-07-111-2/+3
* Improve doc of OSSL_HTTP_REQ_CTX_set_expected() on timeout param < 0Dr. David von Oheimb2021-07-112-3/+5
* BIO_lookup_ex: use AI_ADDRCONFIG only if explicit host name is givenDaiki Ueno2021-07-101-1/+1
* test_cmp_ctx: Avoid using empty X509 with i2dTomas Mraz2021-07-102-5/+23
* Fix test/asn1_encode_test.c to handle encoding/decoding failureRichard Levitte2021-07-101-22/+27
* Fix test/asn1_encode_test.c to not use ASN1_FBOOLEANRichard Levitte2021-07-101-5/+5
* ASN.1: Refuse to encode to DER if non-optional items are missingRichard Levitte2021-07-101-9/+20
* TEST: Check that i2d refuses to encode non-optional items with no contentRichard Levitte2021-07-101-0/+44
* Configurations/unix-Makefile.tmpl: use platform->sharedlib() as fallbackRichard Levitte2021-07-101-1/+2
* platform->sharedlib_simple(): return undef when same as platform->sharedlib()Richard Levitte2021-07-101-0/+1
* Fix s_server PSK handlingMatt Caswell2021-07-091-0/+11
* Add a PKCS12 test to check with one input cert we get one output certMatt Caswell2021-07-091-1/+15
* Don't add the first pkcs12 certificate multiple timesMatt Caswell2021-07-091-4/+7
* apps: fix Coverity 1451531 Unchecked return valuePauli2021-07-091-11/+13
* evp: detect and raise an error if no digest is found for a sign/verify operationPauli2021-07-081-1/+8
* Fix compile warning with GCC 11.Juergen Christ2021-07-081-1/+1
* Made foreign bit field unsigned in evp.hRandall S. Becker2021-07-081-1/+1
* Fix bug in X509_print_exRich Salz2021-07-081-4/+6
* Fix comment for test_negotiated_group() test orderBenjamin Kaduk2021-07-071-4/+4