summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2020-09-10X509_NAME_print_ex.pod: re-format lines to fit within 80 chars limitDr. David von Oheimb
2020-09-10bugfix in apps/cmp.c and cmp_client.c: inconsistencies on retrieving extraCer...Dr. David von Oheimb
2020-09-10Replace all wrong usages of 'B<...>' (typically by 'I<...>') in OSSL_CMP_CTX_...Dr. David von Oheimb
2020-09-10Clean up CMP chain building for CMP signer, TLS client, and newly enrolled certsDr. David von Oheimb
2020-09-09Support writing RSA keys using the traditional format againKurt Roeckx
2020-09-08Allow unauthenticated CMP server if missing -trusted, -srvcert, and -secret o...Dr. David von Oheimb
2020-09-08PEM: Make PEM_write_bio_PrivateKey_traditional() handle provider-native keysRichard Levitte
2020-09-08Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka
2020-09-08apps/cmp.c: Allow default HTTP path (aka CMP alias) given with -server optionDr. David von Oheimb
2020-09-08OSSL_HTTP_parse_url(): add optional port number return parameter and strength...Dr. David von Oheimb
2020-09-06DOC: Fix check of EVP_PKEY_fromdata{,_init} in examplesRichard Levitte
2020-09-06DOC: Modify one example in EVP_PKEY_fromdata(3)Richard Levitte
2020-09-05OSSL_CMP_CTX: rename field and its getter/setter from 'untrusted_certs' to 'u...Dr. David von Oheimb
2020-09-05Strengthen chain building for CMPDr. David von Oheimb
2020-09-05Add OSSL_CMP_CTX_get1_newChain() and related CLI option -chainoutDr. David von Oheimb
2020-09-03STORE: Deprecate legacy / ENGINE functionsRichard Levitte
2020-09-03STORE: Move the built-in 'file:' loader to become an engine moduleRichard Levitte
2020-09-03Update the EVP_PKEY MAC documentationMatt Caswell
2020-09-02apps/cmp.c: Clean up loading of certificates and CRLsDr. David von Oheimb
2020-09-01Add -verbosity option to apps/cmp.c and add log output also in crypto/cmpDr. David von Oheimb
2020-08-29Add some documentation about the EVP_PKEY MAC interfaceMatt Caswell
2020-08-29Document the EVP_PKEY_new_CMAC_key_with_libctx() functionMatt Caswell
2020-08-28Correct description of BN_mask_bitsT.Yanagisawa
2020-08-28conf: add diagnostic optionPauli
2020-08-27apps/pkcs12.c: Add -untrusted optionDr. David von Oheimb
2020-08-27X509_add_certs(): Add to doc some warning notes on memory managementDr. David von Oheimb
2020-08-27Add OCSP_PARTIAL_CHAIN to OCSP_basic_verify()Rich Salz
2020-08-26Replace hierogliphs with stub to pass testsDmitry Belyavskiy
2020-08-26Documentation for internal PUNYCODE-related functionsDmitry Belyavskiy
2020-08-26RFC 8398: documentationDmitry Belyavskiy
2020-08-24STORE: Modify to support loading with provider based loadersRichard Levitte
2020-08-24DECODER: Add function to set an OSSL_PASSPHRASE_CALLBACK type callbackRichard Levitte
2020-08-24OSSL_PARAM: Add string pointer gettersRichard Levitte
2020-08-24STORE: Add the base functions to support provider based loadersRichard Levitte
2020-08-24STORE for providers: define libcrypto <-> provider interfaceRichard Levitte
2020-08-24STORE: Add missing function OSSL_STORE_LOADER_set_open_with_libctx()Richard Levitte
2020-08-24CORE: Define provider-native abstract objectsRichard Levitte
2020-08-22Add Explicit EC parameter support to providers.Shane Lontis
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte
2020-08-21Use in CMP+CRMF libctx and propq param added to sign/verify/HMAC/decryptDr. David von Oheimb
2020-08-21cmp_util.c: Add OPENSSL_CTX parameter to ossl_cmp_build_cert_chain(), improve...Dr. David von Oheimb
2020-08-21Add OPENSSL_CTX parameter to OSSL_CRMF_pbmp_new() and improve its docDr. David von Oheimb
2020-08-21Add libctx and propq parameters to OSSL_CMP_{SRV_},CTX_new() and ossl_cmp_moc...Dr. David von Oheimb
2020-08-21Update CMP header file references in internal CMP documentationDr. David von Oheimb
2020-08-21Re-word null->empty property; improve iteration.count example in property.podDr. David von Oheimb
2020-08-20Make better use of new load_cert_pass() variant of load_cert() in apps/Dr. David von Oheimb
2020-08-20apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb
2020-08-20PEM: Add more library context aware PEM readersRichard Levitte
2020-08-20STORE: Distinguish public keys from private keysRichard Levitte
2020-08-20X509: Add d2i_PUBKEY_ex(), which take a libctx and propqRichard Levitte