summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2022-01-12Fix Decoder, Encoder and Store loader fetchingMatt Caswell
2022-01-11Fix: some patches related to error exitingPeiwei Hu
2022-01-10Fix a leak in EVP_DigestInit_ex()Matt Caswell
2022-01-10Ensure that MDs created via EVP_MD_meth_new() go down the legacy routeMatt Caswell
2022-01-10EVP_PKEY_derive_set_peer_ex: Export the peer key to proper keymgmtTomas Mraz
2022-01-09crypto/bio: fix build on UEFIGerd Hoffmann
2022-01-07EVP_PKEY_fromdata(): Do not return newly allocated pkey on failureTomas Mraz
2022-01-06Fix copyright year issuesBernd Edlinger
2022-01-05sm2: fix {i2d,d2i}_PublicKey EC_KEY is EVP_PKEY_SM2zhaozg
2022-01-05trace.c: Add missing trace category entryTomas Mraz
2022-01-04HTTP client: Work around HTTPS proxy use bug due to callback design flawDr. David von Oheimb
2022-01-04Use USE_SWAPCONTEXT on IA64.Sebastian Andrzej Siewior
2022-01-04Revert "property: use a stack to efficiently convert index to string"Pauli
2022-01-04Validate the category in OSSL_trace_end()Matt Caswell
2022-01-03Update troublesome copyright years of auto-generated files to 2022Dr. David von Oheimb
2022-01-03close_console: Always unlock as the lock is always heldTomas Mraz
2022-01-03try_pkcs12(): cleanse passphrase so it is not left on the stackTomas Mraz
2022-01-03try_pkcs12(): Correct handling of NUL termination of passphrasesTomas Mraz
2022-01-03Compensate for UI method always adding NUL terminationTomas Mraz
2022-01-01property: use a stack to efficiently convert index to stringPauli
2021-12-29Fix a misuse of NULL checkWeiguo Li
2021-12-24permitting no/empty digest in core_obj_add_sigid for openssl-3.0Michael Baentsch
2021-12-23Add static check in BN_hex2bnKan
2021-12-23namemap: handle a NULL return when looking for a non-legacy cipher/MDPauli
2021-12-22HTTP client: Fix cleanup of TLS BIO via 'bio_update_fn' callback functionDr. David von Oheimb
2021-12-21rsa exp: move declarations before code (3.0)Pauli
2021-12-20Fix the null pointer dereferenceKan
2021-12-17context_init: Fix cleanup in error handlingTomas Mraz
2021-12-17ossl_provider_add_to_store: Avoid use-after-freeTomas Mraz
2021-12-17evp: address a use after free state when using HMAC and MD copy.Pauli
2021-12-16EC_POINT_hex2point: forget to free ptPeiwei Hu
2021-12-14Update copyright yearMatt Caswell
2021-12-14Fix infinite verification loops due to has_san_idTobias Nießen
2021-12-14Fix a carry overflow bug in bn_sqr_comba4/8 for mips 32-bit targetsBernd Edlinger
2021-12-13bn2binpad: Use memset as the buffer will be used laterTomas Mraz
2021-12-13Fix EVP_PKEY_eq() to be possible to use with strictly private keysRichard Levitte
2021-12-13Fix Coverity 1494385 logically dead code.Pauli
2021-12-09Minor code cleanup in o_names_initBernd Edlinger
2021-12-09OSSL_HTTP_get(): Fix timeout handling on redirectionDr. David von Oheimb
2021-12-09OSSL_CMP_MSG_read(): Fix mem leak on file read errorDr. David von Oheimb
2021-12-07X509V3_set_ctx(): Clarify subject/req parameter for constructing SAN email ad...Dr. David von Oheimb
2021-12-07X509V3_set_ctx(): Clarify use of subject/req parameter for constructing SKID ...Dr. David von Oheimb
2021-12-07OSSL_HTTP_set1_request(): Fix check for presence of port option and its docum...Dr. David von Oheimb
2021-12-06Fix pvk encoder to properly query for the passphraseTomas Mraz
2021-12-03OSSL_HTTP_REQ_CTX_nbio(): Fix parsing of responses with status code != 200Dr. David von Oheimb
2021-12-03parse_http_line1(): Fix diagnostic output on error and return codeDr. David von Oheimb
2021-12-02check the return value of BN_dup() in rsa_lib.c:1248x2018
2021-11-27Fix EVP_PKEY_CTX_get_rsa_pss_saltlen() not returning a valueTom Cosgrove
2021-11-24Allow sign extension in OSSL_PARAM_allocate_from_text()Richard Levitte
2021-11-24Have OSSL_PARAM_allocate_from_text() raise error on unexpected neg numberRichard Levitte