summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Split bignum code out of the sparcv9cap.cTomas Mraz2021-07-154-7/+126
* evp: constify some OSSL_PARAM argumentsPauli2021-07-151-2/+2
* Fix OSSL_TRACE9 missing arg9Syrone Wong2021-07-141-1/+1
* Fix legacy OCSP_REQ_CTX_http() function to expect ASN.1 formatted inputDr. David von Oheimb2021-07-111-2/+3
* Made foreign bit field unsigned in evp.hRandall S. Becker2021-07-081-1/+1
* err: remove ERR_GET_FUNC()Pauli2021-07-061-5/+0
* fips module header inclusion fine-tunningTomas Mraz2021-07-065-5/+0
* OSSL_CRMF_{CERTTEMPLATE,CERTID}_get0_serialNumber(): Make result const for co...Dr. David von Oheimb2021-06-301-2/+3
* CMP: Add missing getter functions to CRMF API and CMP APIDr. David von Oheimb2021-06-303-0/+21
* ENCODER & DECODER: Make a tighter coupling between en/decoders and keymgmtRichard Levitte2021-06-291-0/+1
* ppccap.c: Split out algorithm-specific functionsTomas Mraz2021-06-251-0/+28
* trace: Do not produce dead code calling BIO_printf if disabledTomas Mraz2021-06-241-1/+9
* Fix a race in ossl_provider_add_to_store()Matt Caswell2021-06-241-1/+2
* Merge ossl_provider_activate() and ossl_provider_activate_child()Matt Caswell2021-06-241-4/+1
* Set use_fallbacks to zero when we add a provider to the storeMatt Caswell2021-06-241-3/+2
* Remove flag_couldbechildMatt Caswell2021-06-241-3/+3
* Add a new provider to the store only after we activate itMatt Caswell2021-06-241-0/+1
* Instantiate predefined providers just-in-timeMatt Caswell2021-06-242-5/+0
* err: add unable to get lock errorsPauli2021-06-241-0/+2
* EVP: Change the output size type of EVP_Q_digest() and EVP_Q_mac()Richard Levitte2021-06-231-3/+3
* Fix definition of ossl_intmax_t and ossl_uintmax_tRichard Levitte2021-06-223-15/+15
* Change self test for AES_CGM to perform both an encrypt and decrypt.Shane Lontis2021-06-221-1/+1
* Refactor KTLS tests to better support TLS 1.3.John Baldwin2021-06-211-6/+0
* punycode: fix indentationPauli2021-06-191-4/+4
* include: replace tabs with spaces in headersPauli2021-06-192-10/+10
* Update copyright yearMatt Caswell2021-06-1726-26/+26
* HTTP client: fix use of OSSL_HTTP_adapt_proxy(), which is needed also in cmp.cDr. David von Oheimb2021-06-161-0/+2
* X509_digest_sig(): Improve default hash for EdDSA and allow to return the cho...Dr. David von Oheimb2021-06-161-1/+2
* CORE: Do a bit of cleanup of core fetchingRichard Levitte2021-06-161-4/+3
* Add various OBJ functions as callbacksMatt Caswell2021-06-161-0/+13
* Refactor OSSL_DECODER_do_all_provided() to behave like OSSL_DECODER_fetch()Richard Levitte2021-06-151-1/+0
* Add the internal function ossl_method_store_do_all()Richard Levitte2021-06-151-0/+3
* CORE: Move away the allocation of the temporary no_cache method storeRichard Levitte2021-06-151-4/+2
* Add a generic SubjectPublicKeyInfo decoderMatt Caswell2021-06-142-0/+5
* Rename OSSL_HTTP_set_request() to OSSL_HTTP_set1_request() for clarityDr. David von Oheimb2021-06-111-5/+5
* Add support for ISO 8601 datetime formatWilliam Edmisten2021-06-112-2/+8
* STORE: Make OSSL_STORE_LOADER_fetch() consistent with all other fetch functionsRichard Levitte2021-06-111-2/+2
* Optimize session cache flushingTodd Short2021-06-101-0/+1
* sha: convert SHA one shot macros back to being functionsPauli2021-06-101-11/+5
* Actually use a legacy route in pem_read_bio_key_legacy()Matt Caswell2021-06-082-0/+6
* Move trust-related decls from x509.h.in to x509_vfy.h.inDr. David von Oheimb2021-06-082-72/+67
* x509.h.in: extended 'documenting' comment on X509_TRUST_OK_ANY_EKUDr. David von Oheimb2021-06-081-1/+1
* X509_STORE_CTX_new.pod and x509_vfy.h.in: rename some params for clarity, imp...Dr. David von Oheimb2021-06-081-4/+4
* Add a gettable for provider ciphers to return the EVP_CIPH_RAND_KEY flagShane Lontis2021-06-081-0/+1
* Elimination of some sources not needed in the FIPS_MODULETomas Mraz2021-06-071-1/+1
* PROV: drop get_params() and gettable_params() from all encoder implementatioRichard Levitte2021-06-051-2/+0
* ENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPERichard Levitte2021-06-052-3/+0
* PROV: drop get_params() and gettable_params() from all decoder implementationsRichard Levitte2021-06-051-2/+0
* DECODER: use property definitions instead of getting implementation parametersRichard Levitte2021-06-051-0/+1
* property: Add functionality to query data from a property definitionRichard Levitte2021-06-051-0/+15