aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-07-15Split bignum code out of the sparcv9cap.cTomas Mraz4-7/+126
2021-07-15evp: constify some OSSL_PARAM argumentsPauli1-2/+2
2021-07-14Fix OSSL_TRACE9 missing arg9Syrone Wong1-1/+1
2021-07-11Fix legacy OCSP_REQ_CTX_http() function to expect ASN.1 formatted inputDr. David von Oheimb1-2/+3
2021-07-08Made foreign bit field unsigned in evp.hRandall S. Becker1-1/+1
2021-07-06err: remove ERR_GET_FUNC()Pauli1-5/+0
2021-07-06fips module header inclusion fine-tunningTomas Mraz5-5/+0
2021-06-30OSSL_CRMF_{CERTTEMPLATE,CERTID}_get0_serialNumber(): Make result const for co...Dr. David von Oheimb1-2/+3
2021-06-30CMP: Add missing getter functions to CRMF API and CMP APIDr. David von Oheimb3-0/+21
2021-06-29ENCODER & DECODER: Make a tighter coupling between en/decoders and keymgmtRichard Levitte1-0/+1
2021-06-25ppccap.c: Split out algorithm-specific functionsTomas Mraz1-0/+28
2021-06-24trace: Do not produce dead code calling BIO_printf if disabledTomas Mraz1-1/+9
2021-06-24Fix a race in ossl_provider_add_to_store()Matt Caswell1-1/+2
2021-06-24Merge ossl_provider_activate() and ossl_provider_activate_child()Matt Caswell1-4/+1
2021-06-24Set use_fallbacks to zero when we add a provider to the storeMatt Caswell1-3/+2
2021-06-24Remove flag_couldbechildMatt Caswell1-3/+3
2021-06-24Add a new provider to the store only after we activate itMatt Caswell1-0/+1
2021-06-24Instantiate predefined providers just-in-timeMatt Caswell2-5/+0
2021-06-24err: add unable to get lock errorsPauli1-0/+2
2021-06-23EVP: Change the output size type of EVP_Q_digest() and EVP_Q_mac()Richard Levitte1-3/+3
2021-06-22Fix definition of ossl_intmax_t and ossl_uintmax_tRichard Levitte3-15/+15
2021-06-22Change self test for AES_CGM to perform both an encrypt and decrypt.Shane Lontis1-1/+1
2021-06-21Refactor KTLS tests to better support TLS 1.3.John Baldwin1-6/+0
2021-06-19punycode: fix indentationPauli1-4/+4
2021-06-19include: replace tabs with spaces in headersPauli2-10/+10
2021-06-17Update copyright yearMatt Caswell26-26/+26
2021-06-16HTTP client: fix use of OSSL_HTTP_adapt_proxy(), which is needed also in cmp.cDr. David von Oheimb1-0/+2
2021-06-16X509_digest_sig(): Improve default hash for EdDSA and allow to return the cho...Dr. David von Oheimb1-1/+2
2021-06-16CORE: Do a bit of cleanup of core fetchingRichard Levitte1-4/+3
2021-06-16Add various OBJ functions as callbacksMatt Caswell1-0/+13
2021-06-15Refactor OSSL_DECODER_do_all_provided() to behave like OSSL_DECODER_fetch()Richard Levitte1-1/+0
2021-06-15Add the internal function ossl_method_store_do_all()Richard Levitte1-0/+3
2021-06-15CORE: Move away the allocation of the temporary no_cache method storeRichard Levitte1-4/+2
2021-06-14Add a generic SubjectPublicKeyInfo decoderMatt Caswell2-0/+5
2021-06-11Rename OSSL_HTTP_set_request() to OSSL_HTTP_set1_request() for clarityDr. David von Oheimb1-5/+5
2021-06-11Add support for ISO 8601 datetime formatWilliam Edmisten2-2/+8
2021-06-11STORE: Make OSSL_STORE_LOADER_fetch() consistent with all other fetch functionsRichard Levitte1-2/+2
2021-06-10Optimize session cache flushingTodd Short1-0/+1
2021-06-10sha: convert SHA one shot macros back to being functionsPauli1-11/+5
2021-06-08Actually use a legacy route in pem_read_bio_key_legacy()Matt Caswell2-0/+6
2021-06-08Move trust-related decls from x509.h.in to x509_vfy.h.inDr. David von Oheimb2-72/+67
2021-06-08x509.h.in: extended 'documenting' comment on X509_TRUST_OK_ANY_EKUDr. David von Oheimb1-1/+1
2021-06-08X509_STORE_CTX_new.pod and x509_vfy.h.in: rename some params for clarity, imp...Dr. David von Oheimb1-4/+4
2021-06-08Add a gettable for provider ciphers to return the EVP_CIPH_RAND_KEY flagShane Lontis1-0/+1
2021-06-07Elimination of some sources not needed in the FIPS_MODULETomas Mraz1-1/+1
2021-06-05PROV: drop get_params() and gettable_params() from all encoder implementatioRichard Levitte1-2/+0
2021-06-05ENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPERichard Levitte2-3/+0
2021-06-05PROV: drop get_params() and gettable_params() from all decoder implementationsRichard Levitte1-2/+0
2021-06-05DECODER: use property definitions instead of getting implementation parametersRichard Levitte1-0/+1
2021-06-05property: Add functionality to query data from a property definitionRichard Levitte1-0/+15