summaryrefslogtreecommitdiffstats
path: root/util/fix-includes.sed (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-16CI: have enable-acvp-tests in some CI buildTomas Mraz1-1/+1
2021-07-16Signature algos: allow having identical digest in paramsTomas Mraz3-17/+43
2021-07-16acvp_test: Fix incorrect parenthesisTomas Mraz1-2/+2
2021-07-16apps: Use the first detected address family if IPv6 is not availableDaiki Ueno1-0/+10
2021-07-15Split bignum code out of the sparcv9cap.cTomas Mraz28-103/+157
2021-07-15doc: document the params arguments to the initialisation functions.Pauli2-4/+8
2021-07-15evp: constify some OSSL_PARAM argumentsPauli2-5/+5
2021-07-15Make EVP_PKEY_check() be an alias for EVP_PKEY_pairwise_check()Tomas Mraz2-18/+4
2021-07-15doc: Document that incomplete certificates return errorTomas Mraz4-6/+10
2021-07-14test: add single byte IV AES GCM testsPauli1-0/+103
2021-07-14Remove lower limit on GCM mode ciphersPauli4-12/+5
2021-07-14apps: avoid using POSIX IO macros and functions when built without them.Pauli1-13/+23
2021-07-14Fix OSSL_TRACE9 missing arg9Syrone Wong1-1/+1
2021-07-13Avoid empty lines in nmake rule bodiesRichard Levitte1-13/+13
2021-07-13Remove executable mode attributes of non-executable filesTianjia Zhang10-0/+0
2021-07-13asn.1: fix Coverity 1487104 Logically dead codePauli1-4/+5
2021-07-12doc: document the new opt_legacy_okay() function's behaviourPauli1-1/+9
2021-07-12app: add library context and propq arguments to opt_md() and opt_cipher()Pauli1-5/+14
2021-07-12apps: add a function opt_legacy_okay() that indicates if legacy paths are per...Pauli1-0/+32
2021-07-12apps: add query to allow a command to know of a provider command line option ...Pauli2-0/+18
2021-07-12test: make build descriptions more consistentPauli1-2/+2
2021-07-12test: add a shim function for the apps's opt_legacy_okay() functionPauli1-0/+26
2021-07-12test: rename apps_mem.c to be apps_shims.c in anticipation of additonal funct...Pauli2-1/+1
2021-07-11Fix legacy OCSP_REQ_CTX_http() function to expect ASN.1 formatted inputDr. David von Oheimb1-2/+3
2021-07-11Improve doc of OSSL_HTTP_REQ_CTX_set_expected() on timeout param < 0Dr. David von Oheimb2-3/+5
2021-07-10BIO_lookup_ex: use AI_ADDRCONFIG only if explicit host name is givenDaiki Ueno1-1/+1
2021-07-10test_cmp_ctx: Avoid using empty X509 with i2dTomas Mraz2-5/+23
2021-07-10Fix test/asn1_encode_test.c to handle encoding/decoding failureRichard Levitte1-22/+27
2021-07-10Fix test/asn1_encode_test.c to not use ASN1_FBOOLEANRichard Levitte1-5/+5
2021-07-10ASN.1: Refuse to encode to DER if non-optional items are missingRichard Levitte1-9/+20
2021-07-10TEST: Check that i2d refuses to encode non-optional items with no contentRichard Levitte1-0/+44
2021-07-10Configurations/unix-Makefile.tmpl: use platform->sharedlib() as fallbackRichard Levitte1-1/+2
2021-07-10platform->sharedlib_simple(): return undef when same as platform->sharedlib()Richard Levitte1-0/+1
2021-07-09Fix s_server PSK handlingMatt Caswell1-0/+11
2021-07-09Add a PKCS12 test to check with one input cert we get one output certMatt Caswell1-1/+15
2021-07-09Don't add the first pkcs12 certificate multiple timesMatt Caswell1-4/+7
2021-07-09apps: fix Coverity 1451531 Unchecked return valuePauli1-11/+13
2021-07-08evp: detect and raise an error if no digest is found for a sign/verify operationPauli1-1/+8
2021-07-08Fix compile warning with GCC 11.Juergen Christ1-1/+1
2021-07-08Made foreign bit field unsigned in evp.hRandall S. Becker1-1/+1
2021-07-08Fix bug in X509_print_exRich Salz1-4/+6
2021-07-07Fix comment for test_negotiated_group() test orderBenjamin Kaduk1-4/+4
2021-07-07CRYPTO: Remove the check for built-in methods in the export_to functionRichard Levitte4-28/+0
2021-07-07bn: procduce correct sign for result of BN_mod()Pauli2-5/+79
2021-07-06changes: add entry noting the removal of ERR_GET_FUNC()Pauli1-0/+8
2021-07-06doc: update documentation to note removal of ERR_GET_FUNC()Pauli1-8/+6
2021-07-06err: remove ERR_GET_FUNC()Pauli2-6/+0
2021-07-06test: add some integral type size sanity checksPauli1-1/+34
2021-07-06util: add -fips option to wrap.pl to make using the FIPS provider easierPauli1-0/+14
2021-07-06Add HKDF negative testsShane Lontis3-10/+178