| Commit message (Expand) | Author | Files | Lines |
2020-05-15 | Fix all MD036 (emphasis used instead of heading) | Rich Salz | 3 | -39/+39 |
2020-05-15 | Add "md-nits" make target | Rich Salz | 2 | -6/+19 |
2020-05-15 | Add 'methods' parameter to setup_engine() in apps.c for individual method def... | David von Oheimb | 4 | -25/+20 |
2020-05-15 | Clean up macro definitions of openssl_fdset() in apps.h and sockets.h | Dr. David von Oheimb | 2 | -9/+3 |
2020-05-15 | Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c | Dr. David von Oheimb | 43 | -547/+455 |
2020-05-15 | Nit-fix: remove whitespace in doc/man3/EVP_PKEY_fromdata.pod causing warning | Dr. David von Oheimb | 1 | -1/+1 |
2020-05-15 | Guard use of struct tms with #ifdef __TMS like done earlier in apps/lib/apps.c | Dr. David von Oheimb | 1 | -3/+16 |
2020-05-15 | Build: make apps/progs.c depend on configdata.pm | Richard Levitte | 1 | -0/+3 |
2020-05-15 | SSL: refactor ssl_cert_lookup_by_pkey() to work with provider side keys | Richard Levitte | 1 | -10/+11 |
2020-05-15 | Ignore some auto-generated DER files | Matt Caswell | 1 | -0/+2 |
2020-05-15 | Prepare for 3.0 alpha 3 | Matt Caswell | 3 | -4/+4 |
2020-05-15 | Prepare for release of 3.0 alpha 2openssl-3.0.0-alpha2 | Matt Caswell | 3 | -4/+4 |
2020-05-15 | Update copyright year | Matt Caswell | 142 | -142/+142 |
2020-05-15 | If SOURCE_DATE_EPOCH is defined, use it for copyright year | Nicolas Vigier | 1 | -1/+1 |
2020-05-15 | Correct alignment calculation in ssl3_setup_write | Matt Caswell | 1 | -1/+1 |
2020-05-15 | Configure: Avoid SIXTY_FOUR_BIT for linux-mips64 | Orgad Shaneh | 1 | -1/+1 |
2020-05-15 | dev/release.sh: Add --reviewer to set reviewers | Richard Levitte | 1 | -0/+29 |
2020-05-15 | Pass "-z defs" to the linker via "-Wl,-z,defs" rather than with gcc's -z | Thomas Dwyer III | 1 | -1/+1 |
2020-05-14 | test/evp_extra_test.c: Add OPENSSL_NO_CMAC around CMAC test | Richard Levitte | 1 | -0/+4 |
2020-05-14 | PROV: make some DER AID arrays non-static, to avoid clang complaints | Richard Levitte | 1 | -7/+20 |
2020-05-14 | .travis.yml: never use -Werror, use --strict-warnings instead | Richard Levitte | 1 | -2/+2 |
2020-05-14 | test/recipes/15-test_rsapss.t: Add test with unrestricted signature | Richard Levitte | 1 | -8/+26 |
2020-05-14 | test/ssl-tests/20-cert-select.cnf.in: Re-enable RSA-PSS related tests | Richard Levitte | 1 | -4/+1 |
2020-05-14 | test/evp_pkey_provided_test.c: Display first, compare after | Richard Levitte | 1 | -6/+7 |
2020-05-14 | PROV & ASYM_CIPHER: Adapt the RSA asymmetric cipher code for PSS-parameters | Richard Levitte | 1 | -1/+10 |
2020-05-14 | EVP: Refactor the RSA-PSS key generation controls for providers | Richard Levitte | 4 | -51/+89 |
2020-05-14 | PROV & SIGNATURE: Adapt the RSA signature code for PSS-parameters | Richard Levitte | 4 | -51/+151 |
2020-05-14 | EVP: For SIGNATURE operations, pass the propquery early | Richard Levitte | 7 | -29/+65 |
2020-05-14 | PROV & SERIALIZER: Adapt the RSA serializers for PSS-parameters | Richard Levitte | 6 | -34/+183 |
2020-05-14 | PROV & KEYMGMT: Add PSS-parameter support in the RSA KEYMGMT implementation | Richard Levitte | 6 | -66/+204 |
2020-05-14 | PROV: Refactor the RSA SIGNATURE implementation for better param control | Richard Levitte | 1 | -59/+121 |
2020-05-14 | PROV: Refactor the RSA DER support | Richard Levitte | 8 | -28/+444 |
2020-05-14 | DER writer: Add the possibility to abandon empty SEQUENCEs | Richard Levitte | 1 | -4/+33 |
2020-05-14 | RSA: Add PSS-parameter processing in EVP_PKEY_ASN1_METHOD functions | Richard Levitte | 2 | -17/+115 |
2020-05-14 | RSA: Add a less loaded PSS-parameter structure | Richard Levitte | 6 | -5/+343 |
2020-05-14 | RSA: Add rsa_schemes.c, to store scheme data and translator functions | Richard Levitte | 3 | -1/+91 |
2020-05-14 | RSA: Extract much of the rsa_pkey_export_to() code to a separate function | Richard Levitte | 3 | -57/+55 |
2020-05-14 | RSA: Add RSA key types | Richard Levitte | 2 | -1/+33 |
2020-05-14 | test/evp_extra_test.c: Add test for CMAC keygen with a NULL engine | Richard Levitte | 1 | -0/+22 |
2020-05-14 | EVP: Only use the engine when one is defined, in pkey_mac_ctrl() | Richard Levitte | 1 | -7/+11 |
2020-05-14 | Add documentation for ASN1_INTEGER_new() and ASN1_INTEGER_free() | Nikolay Morozov | 2 | -2/+44 |
2020-05-13 | Rename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_cert() | Dr. David von Oheimb | 14 | -78/+83 |
2020-05-13 | Add -reqin_new_tid option to apps/cmp.c and OSSL_CMP_MSG_update_transactionID() | Dr. David von Oheimb | 13 | -133/+170 |
2020-05-13 | Improve CMP documentation regarding use of untrusted certs | Dr. David von Oheimb | 3 | -6/+6 |
2020-05-13 | Chunk 11 of CMP contribution to OpenSSL: CMP command-line interface | Dr. David von Oheimb | 10 | -5/+4655 |
2020-05-13 | Preliminary fix of memory leak in try_decode_PKCS12() - full fix is in #11733 | Dr. David von Oheimb | 1 | -0/+1 |
2020-05-13 | Improve description of algorithm NIDs in doc/man3/OSSL_CMP_CTX_new.pod | Dr. David von Oheimb | 1 | -8/+8 |
2020-05-13 | Reflect constifications of 62dcd2aa in doc/man3/OSSL_CRMF_MSG_get0_tmpl.pod | Dr. David von Oheimb | 1 | -5/+7 |
2020-05-13 | OSSL_STORE: Make the 'file' scheme loader handle MSBLOB and PVK files | Richard Levitte | 4 | -21/+131 |
2020-05-13 | OSSL_STORE: Better information when prompting for pass phrases | Richard Levitte | 1 | -39/+48 |