summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-06-1778-78/+78
* DSO: Fix the VMS DSO name converter to actually do somethingRichard Levitte2021-06-161-5/+31
* HTTP client: fix use of OSSL_HTTP_adapt_proxy(), which is needed also in cmp.cDr. David von Oheimb2021-06-164-28/+4
* X509_digest_sig(): Improve default hash for EdDSA and allow to return the cho...Dr. David von Oheimb2021-06-162-11/+36
* CORE: Do a bit of cleanup of core fetchingRichard Levitte2021-06-165-58/+45
* Fix DH private key check.Shane Lontis2021-06-162-1/+2
* Clean up the encoder/decoder/loader stores before providersMatt Caswell2021-06-163-3/+6
* Include a local static buffer for the SHA helper functionsPauli2021-06-161-0/+20
* Add various OBJ functions as callbacksMatt Caswell2021-06-161-0/+37
* Refactor OSSL_STORE_LOADER_do_all_provided() to behave like OSSL_STORE_LOADER...Richard Levitte2021-06-151-32/+24
* DECODER & ENCODER: Add better tracingRichard Levitte2021-06-151-0/+44
* Adapt all public EVP_XXX_do_all_provided() for the changed evp_generic_do_all()Richard Levitte2021-06-1510-5/+12
* Refactor evp_generic_do_all() to behave like evp_generic_fetch()Richard Levitte2021-06-152-42/+52
* Refactor OSSL_ENCODER_do_all_provided() to behave like OSSL_ENCODER_fetch()Richard Levitte2021-06-151-33/+22
* Refactor OSSL_DECODER_do_all_provided() to behave like OSSL_DECODER_fetch()Richard Levitte2021-06-151-33/+28
* Add the internal function ossl_method_store_do_all()Richard Levitte2021-06-151-0/+36
* CORE: Move away the allocation of the temporary no_cache method storeRichard Levitte2021-06-155-125/+186
* ASN1_parse_dump(): allow NULL BIO input, to simplify applications not needing...Dr. David von Oheimb2021-06-151-7/+8
* BIO_write_ex(): Make handing of BIO b == NULL and dlen == 0 less redundantDr. David von Oheimb2021-06-151-7/+2
* BIO: Make source file names in crypto/bio/ consistentDr. David von Oheimb2021-06-157-3/+3
* BIO_dum_indent_cb(): Fix handling of cb return valueDr. David von Oheimb2021-06-151-2/+5
* BIO: prevent crash on NULL BIO for prefix_ctrl() and thus for BIO_set_prefix(...Dr. David von Oheimb2021-06-151-2/+2
* ASN1: rename asn1_par.c to asn1_parse.c for clarity; simplify asn1_parse2()Dr. David von Oheimb2021-06-152-11/+4
* Use getauxval on Android with API level > 18Lars Immisch2021-06-151-0/+9
* remove end of line whitespacePauli2021-06-151-1/+1
* cms: free PKEY_CTXPauli2021-06-151-4/+5
* cms: fix coverity 1485981: unchecked return valuePauli2021-06-151-2/+6
* Add missing NULL check in OSSL_DECODER_from_bio().Shane Lontis2021-06-151-0/+5
* Avoid excessive OSSL_DECODER_do_all_provided callsMatt Caswell2021-06-141-3/+26
* Add a generic SubjectPublicKeyInfo decoderMatt Caswell2021-06-142-0/+46
* Fix DH/DHX named groups to not overwrite the private key length.Shane Lontis2021-06-141-2/+0
* Add AES consttime code for no-asm configurationsBernd Edlinger2021-06-132-1/+632
* d2i_X509: revert calling X509v3_cache_extensions()Dr. David von Oheimb2021-06-121-24/+1
* Rename OSSL_HTTP_set_request() to OSSL_HTTP_set1_request() for clarityDr. David von Oheimb2021-06-111-14/+14
* HTTP client: Fix GET request handling when rctx is reused (keep-alive)Dr. David von Oheimb2021-06-111-15/+15
* Add support for ISO 8601 datetime formatWilliam Edmisten2021-06-112-7/+33
* BIO_write_ex: No error only on 0 bytes to writeTomas Mraz2021-06-111-1/+7
* STORE: Make OSSL_STORE_LOADER_fetch() consistent with all other fetch functionsRichard Levitte2021-06-112-5/+5
* dl_name_converter: Avoid unnecessary overallocationTomas Mraz2021-06-111-1/+1
* ossl_provider_set_module_path: Prevent potential UAFTomas Mraz2021-06-111-0/+1
* Fix use after free in OSSL_HTTP_REQ_CTX_set1_req()Tomas Mraz2021-06-101-9/+16
* err: clear flags better when clearing errors.Pauli2021-06-101-0/+3
* sha: convert SHA one shot macros back to being functionsPauli2021-06-101-0/+26
* DECODER & ENCODER: Add better tracingRichard Levitte2021-06-093-16/+71
* DECODER: Adapt addition of extra decoder implementationsRichard Levitte2021-06-094-69/+114
* Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8Richard Levitte2021-06-095-7/+7
* keymgmt: better detect when a key manager can be reusedPauli2021-06-091-2/+10
* Simplify error reporting in X509_PUBKEY_get0()Matt Caswell2021-06-081-20/+8
* Actually use a legacy route in pem_read_bio_key_legacy()Matt Caswell2021-06-083-18/+20
* Only use the legacy route to decode a public key if we have toMatt Caswell2021-06-081-2/+19