summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2023-02-07Update copyright yearRichard Levitte
2023-02-03Internaly declare the DSA type for no-deprecated buildsTomas Mraz
2023-02-03CVE-2023-0286: Fix GENERAL_NAME_cmp for x400Address (3.0)Hugo Landau
2023-02-03Do not create DSA keys without parameters by decoderTomas Mraz
2023-02-03Fix NULL deference when validating FFC public key.slontis
2023-02-03Fix Timing Oracle in RSA decryptionDmitry Belyavskiy
2023-01-11Avoid ifdefs in trace categoriesTomas Mraz
2022-12-22Ensure ossl_cms_EncryptedContent_init_bio() reports an error on no OIDMatt Caswell
2022-12-13Make error reason for disallowed legacy sigalg more specificTomas Mraz
2022-12-08OSSL_CMP_validate_msg(): make sure to reject protection type mismatchDr. David von Oheimb
2022-11-25add missing OSSL_CMP_CTX_reset_geninfo_ITAVs() functionDr. David von Oheimb
2022-11-24CMP: fix status held in OSSL_CMP_CTX, in particular for genp messagesDr. David von Oheimb
2022-11-15Propagate selection all the way on key exportSimo Sorce
2022-11-10Release the drbg in the global default context before enginesTomas Mraz
2022-11-01Update copyright yearTomas Mraz
2022-10-25Add missing ERR_R_XXX_LIB codesTomas Mraz
2022-10-11Update copyright yearMatt Caswell
2022-10-04Disable printf format checking on MinGWDaniel Fiala
2022-09-29djgpp: Define WATT32_NO_OLDIES before including socket headersJ.W. Jagersma
2022-08-22Coverity 1508506: misuse of time_tPauli
2022-08-19Limit the size of various MAXCHUNK definitionsPauli
2022-07-20"Reserve" the method store when constructing methodsRichard Levitte
2022-07-19For known safe primes use the minimum key length according to RFC 7919Tomas Mraz
2022-07-13Pre-declare all core dispatch table functions, and fix the internal onesRichard Levitte
2022-07-05Update copyright yearRichard Levitte
2022-06-28store_result: Add fallback for fetching the keymgmt from the provider of the ...Tomas Mraz
2022-06-27der_writer: Use uint32_t instead of long.Daniel Fiala
2022-06-21Update copyright yearMatt Caswell
2022-06-16Fix for OSSL_PARAM sample code referencing OSSL_PARAM_UTF8_PTRMichael Baentsch
2022-06-13RSA keygen update: Raise an error if no prime candidate q is found.slontis
2022-05-23strcasecmp: implement strcasecmp and strncasecmpPauli
2022-05-23tolower: refine the tolower code to avoid a memory accessPauli
2022-05-16Fix BIO_get_ktls_send/recv to return 0 or 1 onlyTomas Mraz
2022-05-13Always try locale initialization from OPENSSL_strcasecmpTomas Mraz
2022-05-13Avoid code duplication for locale initializationTomas Mraz
2022-05-13Move OPENSSL_strcasecmp() and related to o_str.cTomas Mraz
2022-05-05Add method store cache flush and method removal to non-EVP operationsRichard Levitte
2022-05-05Make it possible to remove methods by the provider that provides themRichard Levitte
2022-05-05Don't empty the method store when flushing the query cacheRichard Levitte
2022-05-05Refactor method construction pre- and post-conditionRichard Levitte
2022-05-05Drop ossl_provider_clear_all_operation_bits() and all uses of itRichard Levitte
2022-05-03Update copyright yearMatt Caswell
2022-04-27Add SSL_(CTX_)?get0_(verify|chain)_cert_store functionsHugo Landau
2022-04-21Public API functions OPENSSL_str[n]casecmpDmitry Belyavskiy
2022-04-14Add error code for unsupported explicit parametersTomas Mraz
2022-04-05Redefine macro X509_http_nbio to avoid using ocsp.hDaniel Fiala
2022-03-15Update copyright yearMatt Caswell
2022-03-15EVP_MD performance fix (refcount cache contention)Hugo Landau
2022-03-14Replace handling of negative verification result with SSL_set_retry_verify()Tomas Mraz
2022-02-28Change `strlen' argument name to `strlength' to avoid c++ reserved words.Pauli