summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2020-09-16Add self tests for rsa encryptionShane Lontis
2020-09-12EVP: Add the internal convenience function evp_keymgmt_util_export()Richard Levitte
2020-09-12Fix EVP_PKEY_CTX_ctrl() documentationShane Lontis
2020-09-12Update doc for EVP_PKEY_CTX_set_ec_param_enc()Shane Lontis
2020-09-12keygen: add FIPS error state management to conditional self testsShane Lontis
2020-09-11apps/ca: allow CRL lastUpdate/nextUpdate fields to be specifiedChris Novakovic
2020-09-11apps/cmp.c: Improve example given for -geninfo option (also in man page)Dr. David von Oheimb
2020-09-11OSSL_CMP_CTX_new.pod: improve doc of OSSL_CMP_CTX_get1_{extraCertsIn,caPubs}Dr. David von Oheimb
2020-09-11openssl-cmp.pod.in: Update Insta Demo CA port number in case neededDr. David von Oheimb
2020-09-11apps/cmp.c: Improve documentation of -extracerts, -untrusted, and -otherpassDr. David von Oheimb
2020-09-11apps/cmp.c: Improve documentation of -secret, -cert, and -key optionsDr. David von Oheimb
2020-09-11Extend X509 cert checks and error reporting in v3_{purp,crld}.c and x509_{set...Dr. David von Oheimb
2020-09-10apps_ui.c: Correct password prompt for ui_methodDr. David von Oheimb
2020-09-11Fix fipsinstall module pathShane Lontis
2020-09-10Add/harmonize multi-valued RDN support and doc of ca, cmp, req, storeutl, and...Dr. David von Oheimb
2020-09-10X509_NAME_cmp(): Clearly document its semantics, referencing relevant RFCsDr. David von Oheimb
2020-09-10X509_NAME_add_entry_by_txt.pod: Improve documentation w.r.t. multi-valued RDN...Dr. David von Oheimb
2020-09-10X509_NAME_cmp: restrict normal return values to {-1,0,1} to avoid confusion w...Dr. David von Oheimb
2020-09-10X509_NAME_oneline(): Fix output of multi-valued RDNs, escaping '/' and '+' in...Dr. David von Oheimb
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