summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Fix fipsinstall module pathShane Lontis2020-09-111-0/+2
* Add/harmonize multi-valued RDN support and doc of ca, cmp, req, storeutl, and...Dr. David von Oheimb2020-09-105-36/+51
* X509_NAME_cmp(): Clearly document its semantics, referencing relevant RFCsDr. David von Oheimb2020-09-101-7/+11
* X509_NAME_add_entry_by_txt.pod: Improve documentation w.r.t. multi-valued RDN...Dr. David von Oheimb2020-09-101-6/+6
* X509_NAME_cmp: restrict normal return values to {-1,0,1} to avoid confusion w...Dr. David von Oheimb2020-09-101-3/+2
* X509_NAME_oneline(): Fix output of multi-valued RDNs, escaping '/' and '+' in...Dr. David von Oheimb2020-09-101-11/+12
* X509_NAME_print_ex.pod: re-format lines to fit within 80 chars limitDr. David von Oheimb2020-09-101-26/+34
* bugfix in apps/cmp.c and cmp_client.c: inconsistencies on retrieving extraCer...Dr. David von Oheimb2020-09-102-9/+9
* 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