summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2024-08-15Add FIPS Indicator for ECDH cofactor.slontis
2024-08-14Add EDDSA FIPS self tests.slontis
2024-08-13Restrict salt length for RSA-PSS in the FIPS providerpohsingwu
2024-08-11Fix typing on call to interlockedExchange for windowsNeil Horman
2024-08-07Remove duplicate colon in otherName displayMathis Marion
2024-08-07Add OIDs id-kp-wisun-fan-device and id-on-hardwareModuleMathis Marion
2024-08-07ossl_print_attribute_value(): use a sequence value only if type is a sequenceTomas Mraz
2024-08-07do_print_ex(): Avoid possible integer overflowTomas Mraz
2024-08-07Check that a supported_versions extension is present in an HRRMatt Caswell
2024-08-07crypto: factorize to hex chars conversion code.FdaSilvaYY
2024-08-07Fix typos found by codespellDimitri Papadopoulos
2024-08-07Implementation of the RFC 9579, PBMAC1 in PKCS#12Dmitry Belyavskiy
2024-08-06Add KeyManagement keygen parameter getter/gettable functions.slontis
2024-08-05github: fix quoting in github workflow for jitter testsDimitri John Ledkov
2024-07-31CMS_get1_crls(): Remove redundant check for NULL crlsTomas Mraz
2024-07-31disable rwlocks on nonstop klt modelNeil Horman
2024-07-31Add error checking to CRYPTO_atomic_[load|store] callsNeil Horman
2024-07-31Make ossl_ht_delete use read-once semanticsNeil Horman
2024-07-31Fix CRYPTO_atomic_storeNeil Horman
2024-07-31evp_get_digest/cipherbyname_ex(): Try to fetch if not foundTomas Mraz
2024-07-31JITTER: implement error handling from jitter libraryDimitri John Ledkov
2024-07-31JITTER: excercise all tests in CI with JITTER seed source under certain build...Dimitri John Ledkov
2024-07-31jitter: add a new provider containing a jitter entropy source aloneDimitri John Ledkov
2024-07-31Add FIPS indicator to CMAC.slontis
2024-07-29Add RSA Signature restrictions for X9.31 padding in the FIPS provider.slontis
2024-07-25Fix Coverity-1604641Neil Horman
2024-07-24doc: the basicAttConstraints X.509v3 extensionJonathan M. Wilbur
2024-07-24feat: support the basicAttConstraints X.509v3 extensionJonathan M. Wilbur
2024-07-22Prefer ARRAY_SIZE(...)Dimitri Papadopoulos
2024-07-22open brace '{' following struct go on the same lineDimitri Papadopoulos
2024-07-22that open brace { should be on the previous lineDimitri Papadopoulos
2024-07-22Remove trailing whitespaceDimitri Papadopoulos
2024-07-21i2d_name_canon(): Check overflow in len accumulationTomas Mraz
2024-07-18Add an OPENSSL_strtoul wrapperNeil Horman
2024-07-18Allow short reads in asn1_d2i_read_bio()Tomas Mraz
2024-07-17threads_pthread, threads_win: improve code consistencyGeorgi Valkov
2024-07-17threads_win: fix build error with mingw64Georgi Valkov
2024-07-17{CMS,PKCS7}_verify(): use 'certs' parameter ('-certfile' option) also for cha...Dr. David von Oheimb
2024-07-17CMS_get1_{certs,crls}(): make sure they return NULL only on errorDr. David von Oheimb
2024-07-17Fix coverity-1604666Neil Horman
2024-07-16Fix line continuation check in config parsererbsland-dev
2024-07-16Optimization of ossl_ec_key_public_check()Tomas Mraz
2024-07-16Set down_load factor on hash table when culling items in doallNeil Horman
2024-07-12o_fopen: fix coding style and build error with VS2010Georgi Valkov
2024-07-12x_attrib.c: Fix print_hex() functionTomas Mraz
2024-07-12riscv: Fix cpuid_obj asm checks for sm4/sm3Hongren Zheng
2024-07-12fix: drop DSA <=> dsaWithSHA1 aliasingRichard Levitte
2024-07-11EVP_DigestUpdate(): Check if ctx->update is setsashan
2024-07-11 Add FIPS indicator callback.slontis
2024-07-10extend X509_REQ_add_extensions_nid() and thuis APPS/req to support augmenting...Dr. David von Oheimb