summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2021-03-30doc: fix enc -z option documentationMohamed Akram
2021-03-30Print correct error message in utils/mkdir-p.plAlex Yursha
2021-03-30Merge OFB encrypt and decrypt test vectors.David Benjamin
2021-03-30Add explicit support in util/shlib_wrap.sh.in for NonStop DLL loading.Randall S. Becker
2021-03-30Increase minimum clang version requirement for rsaz-avx512.plAndrey Matyukov
2021-03-30Fix typos in bio.podNan Xiao
2021-03-30ssl: fix problem where MAC IDs were globally cached.Pauli
2021-03-30apps: fix coverity 1474463, 1474465 & 1474467: resource leaksPauli
2021-03-30test: fix coverity 1474468: resource leakPauli
2021-03-30evp: fix coverity 1474469: negative returnPauli
2021-03-30x509: fix coverity 1474470: NULL pointer dereferencePauli
2021-03-30x509: fix coverity 1474471: NULL pointer dereferencePauli
2021-03-30Fix typo in BIO_push.podNan Xiao
2021-03-30Fix BIO_new_ssl_connect() to not leak memoryNan Xiao
2021-03-30Android config targets: don't include the SO version in the shlib file nameRichard Levitte
2021-03-30Unix build file template: symlink "simple" to "full" shlib selectivelyRichard Levitte
2021-03-30Fix DH gettable OSSL_PKEY_PARAM_DH_PRIV_LEN so that it has the correctShane Lontis
2021-03-30Update deprecated API's in the documentation.Shane Lontis
2021-03-29Moved build instructions from the man pageAndrey Matyukov