summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-07-21tls_process_{client,server}_certificate(): allow verify_callback return > 1Dr. David von Oheimb
2021-07-21SSL_CTX_set_cert_verify_callback.pod: various corrections and clarificationsDr. David von Oheimb
2021-07-21Add testcases for SSL_key_update() corner case callsyangyangtiantianlonglong
2021-07-20test: include all DRBG tests in FIPS modePauli
2021-07-20docs: update CTR DRBG documentation to not mention the lack of a derivation f...Pauli
2021-07-20err: remove the derivation function is mandatory for FIPS error message since...Pauli
2021-07-20drbg: allow the ctr derivation function to be disabled in FIPS modePauli
2021-07-20Fix a read buffer overrun in X509_aux_print().Ingo Schwarze
2021-07-20doc: fix OPENSSL_VERSION_NUMBER length in the synopsisPetr Gotthard
2021-07-20demos: update readme file with pbkdf2 and scrypt examples.Pauli
2021-07-20demos: add Makefile support for pbkdf2 and scrypt KDF demosPauli
2021-07-20demo: add scrypt demonstration programPauli
2021-07-20demo: add pbkdf2 demonstration programPauli
2021-07-19test: fix use after scope problem in ACVP testPauli
2021-07-17Fix some minor record layer issuesMatt Caswell
2021-07-17Fix signed/unsigned comparison warnings in sslapitestMatt Caswell
2021-07-17config: enable ACVP test case if FIPS is enabled.Pauli
2021-07-16doc: It is not possible to use SSL_OP_* value in preprocessor conditionsTomas Mraz
2021-07-16Disallow SSL_key_update() if there are writes pendingMatt Caswell
2021-07-16Don't reset the packet pointer in ssl3_setup_read_bufferMatt Caswell
2021-07-16RSA_public_decrypt is equivalent to a verify recover operationTomas Mraz
2021-07-16evp_test: Add tests for rsa_padding_mode:noneTomas Mraz
2021-07-16Allow RSA signature operations with RSA_NO_PADDINGTomas Mraz
2021-07-16Drop daily run-checker build with just enable-acvp-testsTomas Mraz
2021-07-16CI: have enable-acvp-tests in some CI buildTomas Mraz
2021-07-16Signature algos: allow having identical digest in paramsTomas Mraz
2021-07-16acvp_test: Fix incorrect parenthesisTomas Mraz
2021-07-16apps: Use the first detected address family if IPv6 is not availableDaiki Ueno
2021-07-15Split bignum code out of the sparcv9cap.cTomas Mraz
2021-07-15doc: document the params arguments to the initialisation functions.Pauli
2021-07-15evp: constify some OSSL_PARAM argumentsPauli
2021-07-15Make EVP_PKEY_check() be an alias for EVP_PKEY_pairwise_check()Tomas Mraz
2021-07-15doc: Document that incomplete certificates return errorTomas Mraz
2021-07-14test: add single byte IV AES GCM testsPauli
2021-07-14Remove lower limit on GCM mode ciphersPauli
2021-07-14apps: avoid using POSIX IO macros and functions when built without them.Pauli
2021-07-14Fix OSSL_TRACE9 missing arg9Syrone Wong
2021-07-13Avoid empty lines in nmake rule bodiesRichard Levitte
2021-07-13Remove executable mode attributes of non-executable filesTianjia Zhang
2021-07-13asn.1: fix Coverity 1487104 Logically dead codePauli
2021-07-12doc: document the new opt_legacy_okay() function's behaviourPauli
2021-07-12app: add library context and propq arguments to opt_md() and opt_cipher()Pauli
2021-07-12apps: add a function opt_legacy_okay() that indicates if legacy paths are per...Pauli
2021-07-12apps: add query to allow a command to know of a provider command line option ...Pauli
2021-07-12test: make build descriptions more consistentPauli
2021-07-12test: add a shim function for the apps's opt_legacy_okay() functionPauli
2021-07-12test: rename apps_mem.c to be apps_shims.c in anticipation of additonal funct...Pauli
2021-07-11Fix legacy OCSP_REQ_CTX_http() function to expect ASN.1 formatted inputDr. David von Oheimb
2021-07-11Improve doc of OSSL_HTTP_REQ_CTX_set_expected() on timeout param < 0Dr. David von Oheimb
2021-07-10BIO_lookup_ex: use AI_ADDRCONFIG only if explicit host name is givenDaiki Ueno