summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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-30OSSL_CMP_CTX: rename get/set function for trustedStoreDr. David von Oheimb
2021-12-29Fix a misuse of NULL checkWeiguo Li
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-21HTTP client: Work around the 'gets' method not being supported by SSL BIOsDr. David von Oheimb
2021-12-21add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb
2021-12-20Fix the null pointer dereferenceKan
2021-12-18cmp_ctx.c: Remove redundancy form the defs of many getters and settersDr. David von Oheimb
2021-12-18rsa exp: move declarations before codePauli
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-16Add support for RNDRRS ProviderOrr Toledano
2021-12-16Add Arm Assembly (aarch64) support for RNGOrr Toledano
2021-12-14Fix infinite verification loops due to has_san_idTobias Nießen
2021-12-14Remove some unnecessary undefs in bn_asm.cBernd Edlinger
2021-12-14Fix a carry overflow bug in bn_sqr_comba4/8 for mips 32-bit targetsBernd Edlinger
2021-12-13OSSL_HTTP_proxy_connect(): Fix glitch in response HTTP header parsingDr. David von Oheimb
2021-12-13bn2binpad: Use memset as the buffer will be used laterTomas Mraz
2021-12-13ossl_cmp_msg_check_update(): align recipNone check with improved transactionI...Dr. David von Oheimb
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-10remove redundant ERR_raisex2018
2021-12-10check the return value of BIO_new() in t_x509.c:471 & cmp_vfy.c:36x2018
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-09CMP check_msg_find_cert(): improve diagnostics on transactionID mismatchDr. David von Oheimb
2021-12-09OSSL_CMP_MSG_read(): Fix mem leak on file read errorDr. David von Oheimb
2021-12-09Add support for BSD-ppc, BSD-ppc64 and BSD-ppc64le configurationspkubaj
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-07OBJ_obj2txt(): fix off-by-one documentation of the resultDr. 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-12-01Refactor: a separate func for provider activation from configDmitry Belyavskiy
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
2021-11-24EVP_MD_CTX_copy_ex: Allow copying uninitialized digest contextsTomas Mraz
2021-11-24Fix detection of ARMv7 and ARM64 CPU features on FreeBSDAllan Jude