| Commit message (Expand) | Author | Age | Files | Lines |
* | EVP: Add the internal convenience function evp_keymgmt_util_export() | Richard Levitte | 2020-09-12 | 1 | -0/+6 |
* | Fix EVP_PKEY_CTX_ctrl() documentation | Shane Lontis | 2020-09-12 | 1 | -114/+95 |
* | Update doc for EVP_PKEY_CTX_set_ec_param_enc() | Shane Lontis | 2020-09-12 | 1 | -3/+4 |
* | keygen: add FIPS error state management to conditional self tests | Shane Lontis | 2020-09-12 | 1 | -0/+18 |
* | apps/ca: allow CRL lastUpdate/nextUpdate fields to be specified | Chris Novakovic | 2020-09-11 | 1 | -1/+19 |
* | apps/cmp.c: Improve example given for -geninfo option (also in man page) | Dr. David von Oheimb | 2020-09-11 | 1 | -1/+1 |
* | OSSL_CMP_CTX_new.pod: improve doc of OSSL_CMP_CTX_get1_{extraCertsIn,caPubs} | Dr. David von Oheimb | 2020-09-11 | 1 | -2/+3 |
* | openssl-cmp.pod.in: Update Insta Demo CA port number in case needed | Dr. David von Oheimb | 2020-09-11 | 1 | -1/+1 |
* | apps/cmp.c: Improve documentation of -extracerts, -untrusted, and -otherpass | Dr. David von Oheimb | 2020-09-11 | 1 | -6/+10 |
* | apps/cmp.c: Improve documentation of -secret, -cert, and -key options | Dr. David von Oheimb | 2020-09-11 | 1 | -5/+10 |
* | Extend X509 cert checks and error reporting in v3_{purp,crld}.c and x509_{set... | Dr. David von Oheimb | 2020-09-11 | 2 | -0/+41 |
* | apps_ui.c: Correct password prompt for ui_method | Dr. David von Oheimb | 2020-09-10 | 1 | -4/+6 |
* | Fix fipsinstall module path | Shane Lontis | 2020-09-10 | 1 | -0/+2 |
* | Add/harmonize multi-valued RDN support and doc of ca, cmp, req, storeutl, and... | Dr. David von Oheimb | 2020-09-10 | 5 | -36/+51 |
* | X509_NAME_cmp(): Clearly document its semantics, referencing relevant RFCs | Dr. David von Oheimb | 2020-09-10 | 1 | -7/+11 |
* | X509_NAME_add_entry_by_txt.pod: Improve documentation w.r.t. multi-valued RDN... | Dr. David von Oheimb | 2020-09-10 | 1 | -6/+6 |
* | X509_NAME_cmp: restrict normal return values to {-1,0,1} to avoid confusion w... | Dr. David von Oheimb | 2020-09-10 | 1 | -3/+2 |
* | X509_NAME_oneline(): Fix output of multi-valued RDNs, escaping '/' and '+' in... | Dr. David von Oheimb | 2020-09-10 | 1 | -11/+12 |
* | X509_NAME_print_ex.pod: re-format lines to fit within 80 chars limit | Dr. David von Oheimb | 2020-09-10 | 1 | -26/+34 |
* | bugfix in apps/cmp.c and cmp_client.c: inconsistencies on retrieving extraCer... | Dr. David von Oheimb | 2020-09-10 | 2 | -9/+9 |
* | Replace all wrong usages of 'B<...>' (typically by 'I<...>') in OSSL_CMP_CTX_... | Dr. David von Oheimb | 2020-09-10 | 1 | -80/+84 |
* | Clean up CMP chain building for CMP signer, TLS client, and newly enrolled certs | Dr. David von Oheimb | 2020-09-10 | 4 | -16/+21 |
* | Support writing RSA keys using the traditional format again | Kurt Roeckx | 2020-09-09 | 3 | -8/+11 |
* | Allow unauthenticated CMP server if missing -trusted, -srvcert, and -secret o... | Dr. David von Oheimb | 2020-09-08 | 1 | -0/+8 |
* | PEM: Make PEM_write_bio_PrivateKey_traditional() handle provider-native keys | Richard Levitte | 2020-09-08 | 1 | -1/+9 |
* | Add CMS AuthEnvelopedData with AES-GCM support | Jakub Zelenka | 2020-09-08 | 4 | -28/+51 |
* | apps/cmp.c: Allow default HTTP path (aka CMP alias) given with -server option | Dr. David von Oheimb | 2020-09-08 | 1 | -3/+4 |
* | OSSL_HTTP_parse_url(): add optional port number return parameter and strength... | Dr. David von Oheimb | 2020-09-08 | 1 | -62/+74 |
* | DOC: Fix check of EVP_PKEY_fromdata{,_init} in examples | Richard Levitte | 2020-09-06 | 1 | -4/+4 |
* | DOC: Modify one example in EVP_PKEY_fromdata(3) | Richard Levitte | 2020-09-06 | 1 | -24/+45 |
* | OSSL_CMP_CTX: rename field and its getter/setter from 'untrusted_certs' to 'u... | Dr. David von Oheimb | 2020-09-05 | 2 | -9/+8 |
* | Strengthen chain building for CMP | Dr. David von Oheimb | 2020-09-05 | 3 | -18/+43 |
* | Add OSSL_CMP_CTX_get1_newChain() and related CLI option -chainout | Dr. David von Oheimb | 2020-09-05 | 2 | -1/+13 |
* | STORE: Deprecate legacy / ENGINE functions | Richard Levitte | 2020-09-03 | 3 | -21/+23 |
* | STORE: Move the built-in 'file:' loader to become an engine module | Richard Levitte | 2020-09-03 | 1 | -3/+20 |
* | Update the EVP_PKEY MAC documentation | Matt Caswell | 2020-09-03 | 8 | -16/+55 |
* | apps/cmp.c: Clean up loading of certificates and CRLs | Dr. David von Oheimb | 2020-09-02 | 1 | -1/+1 |
* | Add -verbosity option to apps/cmp.c and add log output also in crypto/cmp | Dr. David von Oheimb | 2020-09-01 | 2 | -0/+11 |
* | Add some documentation about the EVP_PKEY MAC interface | Matt Caswell | 2020-08-29 | 3 | -4/+140 |
* | Document the EVP_PKEY_new_CMAC_key_with_libctx() function | Matt Caswell | 2020-08-29 | 1 | -22/+35 |
* | Correct description of BN_mask_bits | T.Yanagisawa | 2020-08-28 | 1 | -1/+1 |
* | conf: add diagnostic option | Pauli | 2020-08-28 | 2 | -1/+9 |
* | apps/pkcs12.c: Add -untrusted option | Dr. David von Oheimb | 2020-08-27 | 1 | -15/+27 |
* | X509_add_certs(): Add to doc some warning notes on memory management | Dr. David von Oheimb | 2020-08-27 | 1 | -0/+12 |
* | Add OCSP_PARTIAL_CHAIN to OCSP_basic_verify() | Rich Salz | 2020-08-27 | 2 | -3/+8 |
* | Replace hierogliphs with stub to pass tests | Dmitry Belyavskiy | 2020-08-26 | 1 | -1/+1 |
* | Documentation for internal PUNYCODE-related functions | Dmitry Belyavskiy | 2020-08-26 | 1 | -0/+60 |
* | RFC 8398: documentation | Dmitry Belyavskiy | 2020-08-26 | 2 | -2/+15 |
* | STORE: Modify to support loading with provider based loaders | Richard Levitte | 2020-08-24 | 1 | -8/+11 |
* | DECODER: Add function to set an OSSL_PASSPHRASE_CALLBACK type callback | Richard Levitte | 2020-08-24 | 1 | -12/+13 |