aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Add self tests for rsa encryptionShane Lontis2020-09-161-0/+10
* EVP: Add the internal convenience function evp_keymgmt_util_export()Richard Levitte2020-09-121-0/+6
* Fix EVP_PKEY_CTX_ctrl() documentationShane Lontis2020-09-121-114/+95
* Update doc for EVP_PKEY_CTX_set_ec_param_enc()Shane Lontis2020-09-121-3/+4
* keygen: add FIPS error state management to conditional self testsShane Lontis2020-09-121-0/+18
* apps/ca: allow CRL lastUpdate/nextUpdate fields to be specifiedChris Novakovic2020-09-111-1/+19
* apps/cmp.c: Improve example given for -geninfo option (also in man page)Dr. David von Oheimb2020-09-111-1/+1
* OSSL_CMP_CTX_new.pod: improve doc of OSSL_CMP_CTX_get1_{extraCertsIn,caPubs}Dr. David von Oheimb2020-09-111-2/+3
* openssl-cmp.pod.in: Update Insta Demo CA port number in case neededDr. David von Oheimb2020-09-111-1/+1
* apps/cmp.c: Improve documentation of -extracerts, -untrusted, and -otherpassDr. David von Oheimb2020-09-111-6/+10
* apps/cmp.c: Improve documentation of -secret, -cert, and -key optionsDr. David von Oheimb2020-09-111-5/+10
* Extend X509 cert checks and error reporting in v3_{purp,crld}.c and x509_{set...Dr. David von Oheimb2020-09-112-0/+41
* apps_ui.c: Correct password prompt for ui_methodDr. David von Oheimb2020-09-101-4/+6
* 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