aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Move e_os.h to include/internalRichard Levitte2022-02-052-1/+415
* Add support for Chacha20-Poly1305 to kernel TLS on FreeBSD.John Baldwin2022-02-041-0/+5
* Fix builds with DJGPPJuan Manuel Guerrero2022-02-041-0/+2
* Fix copyrightsTodd Short2022-02-031-2/+2
* Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.slontis2022-02-033-5/+8
* add SSL_get0_iana_groups() & SSL_client_hello_get_extension_order()Phus Lu2022-02-031-0/+5
* Add support for signed BIGNUMs in the OSSL_PARAM_BLD APIRichard Levitte2022-01-261-0/+5
* Optimize AES-GCM for uarchs with unroll and new instructionsXiaokangQian2022-01-251-0/+12
* AES-GCM performance optimzation with stitched method for p9+ ppc64leDanny Tsen2022-01-241-0/+12
* self_test.h: fix the C++ wrappingPauli2022-01-241-4/+3
* Fix the same BIO_FLAGS macro definitionyangyangtiantianlonglong2022-01-212-1/+3
* Add signed bn2bin and bin2bn functionsRichard Levitte2022-01-201-0/+6
* Add context dup functions for digests and ciphersPauli2022-01-191-0/+2
* SM4 optimization for ARM by HW instructionDaniel Hu2022-01-181-0/+48
* Add a comment to indicate ineffective macroShreenidhi Shedi2022-01-141-2/+2
* tsan: make detecting the need for locking when using tsan easierPauli2022-01-131-1/+7
* err: add additional errorsPauli2022-01-122-2/+11
* v2i_AUTHORITY_KEYID(): Improve error reporting on parsing config values/optionsDr. David von Oheimb2022-01-071-0/+3
* asn1/x_algor.c: add internal ossl_X509_ALGOR_from_nid() simplifying codeDr. David von Oheimb2022-01-071-0/+1
* Fix copyright year issuesBernd Edlinger2022-01-061-1/+1
* Fix typosDimitris Apostolou2022-01-051-1/+1
* Update troublesome copyright years of auto-generated files to 2022Dr. David von Oheimb2022-01-031-1/+1
* ec.h: Explain use of strstr() for EVP_EC_gen() and add #include <string.h>Dr. David von Oheimb2022-01-031-0/+3
* OSSL_CMP_CTX: rename get/set function for trustedStoreDr. David von Oheimb2021-12-301-0/+2
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-211-0/+1
* crypto/dsa.h: fix include guard nameCarlo Teubner2021-12-201-2/+2
* Make OSSL_provider_init() OPENSSL_EXPORT, not just externRichard Levitte2021-12-101-1/+1
* changes opensssl typos to opensslSam Eaton2021-12-101-1/+1
* OSSL_HTTP_get(): Fix timeout handling on redirectionDr. David von Oheimb2021-12-091-0/+1
* Fix pvk encoder to properly query for the passphraseTomas Mraz2021-12-061-0/+1
* Enable brainpool curves for TLS1.3Bernd Edlinger2021-11-261-0/+10
* Have OSSL_PARAM_allocate_from_text() raise error on unexpected neg numberRichard Levitte2021-11-241-0/+1
* Support different R_BITS lengths for KBKDFPatrick Uiterwijk2021-11-241-0/+1
* Move more general parts of internal/cryptlib.h to new internal/common.hDr. David von Oheimb2021-11-172-101/+117
* Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUF...Dr. David von Oheimb2021-11-171-4/+14
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-171-0/+6
* Stop receiving child callbacks in a child libctx when appropriateMatt Caswell2021-11-121-0/+1
* Don't attempt to deactive child providers if we don't need toMatt Caswell2021-11-121-1/+1
* header: add integer overflow helper functionsPauli2021-11-121-0/+405
* Add OID for RPKI id-ct-ASPAJob Snijders2021-11-111-0/+4
* prov: remove unused field `flag_fallback` and function `ossl_provider_set_fal...Pauli2021-11-101-1/+0
* Fix builds on Armv8 systems without AArch64Tom Cosgrove2021-11-041-1/+1
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* CORE: Encure that cached fetches can be done per providerRichard Levitte2021-10-272-8/+9
* EVP: Reverse the fetch logic in all pkey using functionalityRichard Levitte2021-10-271-0/+3
* CORE: add a provider argument to ossl_method_construct()Richard Levitte2021-10-271-1/+1
* Increase the default security level to 2Matt Caswell2021-10-091-1/+1
* obj: Add SM4 GCM/CCM OIDTianjia Zhang2021-10-051-0/+10
* tsan: add an addition macroPauli2021-09-251-12/+10
* MacOS prior to 10.12 does not support random API correctlylprimak2021-09-141-1/+1