| Commit message (Expand) | Author | Files | Lines |
2021-01-23 | OSSL_HTTP_REQ_CTX_new(): replace method_GET parameter by method_POST | Dr. David von Oheimb | 2 | -24/+26 |
2021-01-23 | rename OSSL_HTTP_REQ_CTX_header to OSSL_HTTP_REQ_CTX_set_request_line | Dr. David von Oheimb | 6 | -22/+24 |
2021-01-23 | Add check of HTTP method to OSSL_HTTP_REQ_CTX_content() | Dr. David von Oheimb | 1 | -0/+4 |
2021-01-23 | Util/Pod.pm: Fix uninitialized $podinfo{lastsecttext} on empty input | Dr. David von Oheimb | 1 | -0/+1 |
2021-01-22 | Fix no-dh and no-dsa | Matt Caswell | 1 | -5/+5 |
2021-01-22 | Don't copy parameters on setting a key in libssl | Matt Caswell | 2 | -22/+5 |
2021-01-22 | Ensure legacy_asn1_ctrl_to_param can handle MDs not in the OBJ database | Matt Caswell | 1 | -4/+33 |
2021-01-21 | Unix Makefile generator: separate "simple" shared libraries from import libra... | Richard Levitte | 3 | -27/+63 |
2021-01-21 | Check input size before NULL pointer test inside mem_write() | zsugabubus | 1 | -4/+4 |
2021-01-21 | dh_cms_set_shared_info: Use explicit fetch to be able to provide libctx | Tomas Mraz | 2 | -3/+11 |
2021-01-21 | dh_cms_set_peerkey: The peer key is encoded as an ASN.1 integer | Tomas Mraz | 1 | -1/+15 |
2021-01-21 | Make the smdh.pem test certificate usable with fips provider | Tomas Mraz | 2 | -31/+44 |
2021-01-21 | kdf_exch.c (kdf_derive): Proper handling of NULL secret | Tomas Mraz | 1 | -1/+7 |
2021-01-21 | Fixes related to broken DH support in CMS | Tomas Mraz | 4 | -14/+16 |
2021-01-21 | Pass correct maximum output length to provider derive operation | Tomas Mraz | 2 | -9/+9 |
2021-01-21 | CMP: Allow PKCS#10 input also for ir, cr, kur, and rr messages | Dr. David von Oheimb | 11 | -133/+195 |
2021-01-21 | X509_REQ_get_extensions(): Return empty stack if no extensions found | Dr. David von Oheimb | 1 | -1/+3 |
2021-01-21 | apps/cmp.c: Check self-signature on CSR input and warn on failure | Dr. David von Oheimb | 1 | -0/+8 |
2021-01-21 | apps/cmp.c: Improve diagnostics on loading private vs. public key for cert re... | Dr. David von Oheimb | 1 | -2/+8 |
2021-01-21 | CI: Add some legacy stuff that we do not test in GitHub CI yet | Tomas Mraz | 1 | -1/+1 |
2021-01-21 | fall-back -> fallback find-doc-nit addition | Michael Baentsch | 1 | -0/+1 |
2021-01-21 | Fix typo in crl2pkcs documentation | Tim Hitchins | 1 | -1/+1 |
2021-01-21 | Deprecate EVP_KEY_new_CMAC_key and EVP_PKEY_new_CMAC_key_ex | Rich Salz | 6 | -39/+46 |
2021-01-20 | ktls: Initial support for ChaCha20-Poly1305 | Vadim Fedorenko | 2 | -1/+28 |
2021-01-20 | Ensure SRP BN_mod_exp follows the constant time path | Matt Caswell | 2 | -4/+22 |
2021-01-20 | ec_kmgmt.c: OSSL_PKEY_PARAM_DEFAULT_DIGEST is gettable param for EC/SM2 keys | Tomas Mraz | 1 | -0/+2 |
2021-01-20 | X509v3_get_ext_by_NID.pod: Add warning on counter-intuitive behavior of X509v... | Dr. David von Oheimb | 3 | -13/+11 |
2021-01-20 | apps/x509.c: Make -x509toreq respect -clrext, -sigopt, and -extfile options | Dr. David von Oheimb | 4 | -141/+145 |
2021-01-20 | apps/x509.c: Add -copy_extensions option, used when transforming x509 <-> req | Dr. David von Oheimb | 3 | -36/+91 |
2021-01-20 | 80-test_ssl_old.t: Minor corrections: update name of test dir etc. | Dr. David von Oheimb | 1 | -4/+4 |
2021-01-20 | apps.c: Clean up copy_extensions() | Dr. David von Oheimb | 1 | -13/+13 |
2021-01-20 | X509_REQ_print_ex(): Correct indentation of extensions, which are attributes | Dr. David von Oheimb | 1 | -4/+4 |
2021-01-20 | X509_REQ_print_ex(): Replace weird 'a0:00' output on empty attributes by '(no... | Dr. David von Oheimb | 1 | -1/+1 |
2021-01-20 | constify X509_REQ_add_extensions() and X509_REQ_add_extensions_nid() | Dr. David von Oheimb | 2 | -8/+8 |
2021-01-20 | apps/x509.c: Major code, user guidance, and documentation cleanup | Dr. David von Oheimb | 2 | -541/+593 |
2021-01-20 | apps/x509.c: Take the -signkey arg as default pubkey with -new | Dr. David von Oheimb | 2 | -23/+14 |
2021-01-20 | 25-test_x509.t: Make test case w.r.t. self-issued cert run also without EC en... | Dr. David von Oheimb | 1 | -23/+17 |
2021-01-20 | 25-test_x509.t: Minor update: factor out path for test input files | Dr. David von Oheimb | 1 | -15/+14 |
2021-01-20 | 25-test_x509.t: Minor update: do not anymore unlink test output files | Dr. David von Oheimb | 1 | -3/+3 |
2021-01-20 | X509: Enable printing cert even with invalid validity times, saying 'Bad time... | Dr. David von Oheimb | 3 | -8/+14 |
2021-01-20 | ASN1_TIME_print() etc.: Improve doc and add comment on handling invalid time ... | Dr. David von Oheimb | 2 | -10/+12 |
2021-01-20 | make various test CA certs RFC 5280 compliant w.r.t. X509 extensions | Dr. David von Oheimb | 42 | -403/+417 |
2021-01-20 | apps/genpkey.c: Use PEM_read_bio_Parameters_ex when reading parameters | Jon Spillett | 1 | -1/+1 |
2021-01-20 | test-gendsa: Add test cases with FIPS provider | Jon Spillett | 1 | -3/+49 |
2021-01-20 | x509_vfy.c: Rename CHECK_CB() to the more intuitively readable CB_FAIL_IF() | Dr. David von Oheimb | 1 | -137/+106 |
2021-01-20 | Remove pkey_downgrade from PKCS7 code | Shane Lontis | 5 | -79/+64 |
2021-01-19 | util/check-format.pl: Minor improvements of whitespace checks | Dr. David von Oheimb | 3 | -9/+11 |
2021-01-19 | Deprecate OCSP_xxx API for OSSL_HTTP_xxx | Rich Salz | 12 | -146/+334 |
2021-01-19 | DOCS: Fix the last few remaining pass phrase options references | Richard Levitte | 2 | -13/+13 |
2021-01-18 | Fix memory leak in mac_newctx() on error | Kurt Roeckx | 1 | -0/+1 |