aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Replace all wrong usages of 'B<...>' (typically by 'I<...>') in OSSL_CMP_CTX_...Dr. David von Oheimb2020-09-101-80/+84
* Clean up CMP chain building for CMP signer, TLS client, and newly enrolled certsDr. David von Oheimb2020-09-104-16/+21
* Support writing RSA keys using the traditional format againKurt Roeckx2020-09-093-8/+11
* Allow unauthenticated CMP server if missing -trusted, -srvcert, and -secret o...Dr. David von Oheimb2020-09-081-0/+8
* PEM: Make PEM_write_bio_PrivateKey_traditional() handle provider-native keysRichard Levitte2020-09-081-1/+9
* Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka2020-09-084-28/+51
* apps/cmp.c: Allow default HTTP path (aka CMP alias) given with -server optionDr. David von Oheimb2020-09-081-3/+4
* OSSL_HTTP_parse_url(): add optional port number return parameter and strength...Dr. David von Oheimb2020-09-081-62/+74
* DOC: Fix check of EVP_PKEY_fromdata{,_init} in examplesRichard Levitte2020-09-061-4/+4
* DOC: Modify one example in EVP_PKEY_fromdata(3)Richard Levitte2020-09-061-24/+45
* OSSL_CMP_CTX: rename field and its getter/setter from 'untrusted_certs' to 'u...Dr. David von Oheimb2020-09-052-9/+8
* Strengthen chain building for CMPDr. David von Oheimb2020-09-053-18/+43
* Add OSSL_CMP_CTX_get1_newChain() and related CLI option -chainoutDr. David von Oheimb2020-09-052-1/+13
* STORE: Deprecate legacy / ENGINE functionsRichard Levitte2020-09-033-21/+23
* STORE: Move the built-in 'file:' loader to become an engine moduleRichard Levitte2020-09-031-3/+20
* Update the EVP_PKEY MAC documentationMatt Caswell2020-09-038-16/+55
* apps/cmp.c: Clean up loading of certificates and CRLsDr. David von Oheimb2020-09-021-1/+1
* Add -verbosity option to apps/cmp.c and add log output also in crypto/cmpDr. David von Oheimb2020-09-012-0/+11
* Add some documentation about the EVP_PKEY MAC interfaceMatt Caswell2020-08-293-4/+140
* Document the EVP_PKEY_new_CMAC_key_with_libctx() functionMatt Caswell2020-08-291-22/+35
* Correct description of BN_mask_bitsT.Yanagisawa2020-08-281-1/+1
* conf: add diagnostic optionPauli2020-08-282-1/+9
* apps/pkcs12.c: Add -untrusted optionDr. David von Oheimb2020-08-271-15/+27
* X509_add_certs(): Add to doc some warning notes on memory managementDr. David von Oheimb2020-08-271-0/+12
* Add OCSP_PARTIAL_CHAIN to OCSP_basic_verify()Rich Salz2020-08-272-3/+8
* Replace hierogliphs with stub to pass testsDmitry Belyavskiy2020-08-261-1/+1
* Documentation for internal PUNYCODE-related functionsDmitry Belyavskiy2020-08-261-0/+60
* RFC 8398: documentationDmitry Belyavskiy2020-08-262-2/+15
* STORE: Modify to support loading with provider based loadersRichard Levitte2020-08-241-8/+11
* DECODER: Add function to set an OSSL_PASSPHRASE_CALLBACK type callbackRichard Levitte2020-08-241-12/+13
* OSSL_PARAM: Add string pointer gettersRichard Levitte2020-08-241-0/+16
* STORE: Add the base functions to support provider based loadersRichard Levitte2020-08-241-41/+121
* STORE for providers: define libcrypto <-> provider interfaceRichard Levitte2020-08-241-0/+178
* STORE: Add missing function OSSL_STORE_LOADER_set_open_with_libctx()Richard Levitte2020-08-242-33/+55
* CORE: Define provider-native abstract objectsRichard Levitte2020-08-242-42/+194
* Add Explicit EC parameter support to providers.Shane Lontis2020-08-223-5/+99
* Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte2020-08-2121-1086/+1069
* Use in CMP+CRMF libctx and propq param added to sign/verify/HMAC/decryptDr. David von Oheimb2020-08-217-56/+83
* cmp_util.c: Add OPENSSL_CTX parameter to ossl_cmp_build_cert_chain(), improve...Dr. David von Oheimb2020-08-212-22/+33
* Add OPENSSL_CTX parameter to OSSL_CRMF_pbmp_new() and improve its docDr. David von Oheimb2020-08-211-15/+20
* Add libctx and propq parameters to OSSL_CMP_{SRV_},CTX_new() and ossl_cmp_moc...Dr. David von Oheimb2020-08-213-9/+17
* Update CMP header file references in internal CMP documentationDr. David von Oheimb2020-08-212-2/+2
* Re-word null->empty property; improve iteration.count example in property.podDr. David von Oheimb2020-08-211-4/+4
* Make better use of new load_cert_pass() variant of load_cert() in apps/Dr. David von Oheimb2020-08-204-7/+10
* apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb2020-08-209-26/+44
* PEM: Add more library context aware PEM readersRichard Levitte2020-08-201-5/+15
* STORE: Distinguish public keys from private keysRichard Levitte2020-08-201-17/+26
* X509: Add d2i_PUBKEY_ex(), which take a libctx and propqRichard Levitte2020-08-201-4/+12
* PKCS12_parse(): Clean up code and correct documentationDr. David von Oheimb2020-08-191-4/+8
* Apps: change provider_path option to provider-path.Pauli2020-08-183-4/+4