summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-04-08evp: fix coverity 1472682: argument cannot be negativePauli
2021-04-08test: fix coverity 1473234 & 1473239: argument cannot be negativePauli
2021-04-07test/recipes/02-test_errstr.t: Do not test negative system error codesRichard Levitte
2021-04-07test: fix coverity 1475940: negative returnPauli
2021-04-07test: fix coverity 1475941: resource leakPauli
2021-04-07Disallow ASN.1 enumerated types to be treated as strings.Pauli
2021-04-07Remove locking in CRYPTO_secure_allocated()Pauli
2021-04-07Make the lock in CRYPTO_secure_allocated() a read lockPauli
2021-04-07Fix AES-CBC perf test failure issueFangming.Fang
2021-04-07Fix typo in store_meth.cNan Xiao
2021-04-07Remove unnecessary setting SSL_MODE_AUTO_RETRYNan Xiao
2021-04-07Adds a new lock to read default_path and uses a strdup() on default_path befo...Sahana Prasad
2021-04-07Ensure that the negative flag is correct set for ASN1 integer types.Pauli
2021-04-07Check for integer overflow in i2a_ASN1_OBJECT and error out if found.Pauli
2021-04-07Fix potential double free in sslapitest.cNan Xiao
2021-04-06Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz
2021-04-02Include BN assembler alongside CPUID codeRichard Levitte
2021-04-02Refactor CPUID codeRichard Levitte
2021-04-02APPS: Replace the use of OBJ_nid2ln() with name or description callsRichard Levitte
2021-04-02EVP: Add EVP_<TYPE>_description()Richard Levitte
2021-04-02Add OSSL_STORE_LOADER_description()Richard Levitte
2021-04-02Add OSSL_DECODER_description() and OSSL_ENCODER_description()Richard Levitte
2021-04-02CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte
2021-04-01Corrected missing definitions from NonStop SPT build.Randall S. Becker
2021-04-01DSA_generate_parameters_ex: use the old method for all small keysTomas Mraz
2021-04-01Fix typos in ssl_lib.cNan Xiao
2021-04-01Add riscv64 targetluyahan
2021-04-01Remove unnecessary BIO_do_handshake()sNan Xiao
2021-04-01Add "save-parameters" encoder parameterTomas Mraz
2021-04-01Avoid going through NID when unnecessaryTomas Mraz
2021-04-01EVP_CIPHER_type: fix misleading argument nameTomas Mraz
2021-04-01Drop TODO 3.0 as we cannot get rid of legacy nids in 3.0Tomas Mraz
2021-04-01OBJ_nid2sn(NID_sha256) is completely equivalent to OSSL_DIGEST_NAME_SHA2_256Tomas Mraz
2021-04-01EVP_PKEY_CTRL_CIPHER can be used with encrypt/decrypt with GOSTTomas Mraz
2021-04-01Add macosx buildShane Lontis
2021-04-01Test miminal windows build using Github actionsShane Lontis
2021-04-01Add a range check (from SP800-56Ar3) to DH key derivation.Shane Lontis
2021-03-31CHANGES.md: reflect OSSL_HTTP_REQ_CTX_i2d renamed to OSSL_HTTP_REQ_CTX_set1_reqDr. David von Oheimb
2021-03-31OSSL_HTTP_REQ_CTX_transfer(): improve distinction of send error vs. receive e...Dr. David von Oheimb
2021-03-31OSSL_parse_url(): Improve handling of IPv6 addressesDr. David von Oheimb
2021-03-3180-test_cmp_http.t: Add diagnostic info on starting/stopping mock serverDr. David von Oheimb
2021-03-31http_client.c: Prevent spurious error queue entry on NULL mem argumentDr. David von Oheimb
2021-03-31HTTP: Fix method_POST param by moving it to OSSL_HTTP_REQ_CTX_set_request_line()Dr. David von Oheimb
2021-03-31Add a local perl module to get year last changedRich Salz
2021-03-31Split Makefile clean recipe for document sets into individual lines.Randall S. Becker
2021-03-31EVP: One stray comma removed in crypto/evp/ctrl_params_translate.cRichard Levitte
2021-03-31Added guarding #ifndef/#define to avoid duplicate include of crypto/types.hRandall S. Becker
2021-03-31Re-implement ANSI C building with a Github workflowRichard Levitte
2021-03-30Increase HKDF_MAXBUF from 1024 to 2048Benjamin Kaduk
2021-03-30Fix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITSMatt Caswell