| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't truncate the input when decrypting in pkeyutl | Matt Caswell | 2023-06-26 | 1 | -1/+2 |
* | Cast the argument to unsigned char when calling isspace() | Michael Baentsch | 2023-06-09 | 1 | -2/+2 |
* | apps/opt: refactor input format parsing | Dr. Matthias St. Pierre | 2023-06-09 | 1 | -16/+29 |
* | allow to disable http | VladimĂr Kotal | 2023-06-06 | 1 | -1/+1 |
* | cmp_mock_srv.c: improve comment on cert to be produced from request template | Dr. David von Oheimb | 2023-06-01 | 1 | -1/+1 |
* | apps.c: add comment to do_X509_sign() referring to question #19805 | Dr. David von Oheimb | 2023-06-01 | 1 | -0/+1 |
* | CMP: add support for genm/genp messages with id-it-caCerts | Dr. David von Oheimb | 2023-06-01 | 1 | -2/+16 |
* | APPS: replace awkward and error-prone pattern by calls to new app_conf_try_nu... | Dr. David von Oheimb | 2023-05-25 | 1 | -0/+13 |
* | APPS: replace awkward and error-prone pattern by calls to new app_conf_try_st... | Dr. David von Oheimb | 2023-05-25 | 2 | -11/+20 |
* | CMP app and app_http_tls_cb(): pick the right TLS hostname (also without port) | Dr. David von Oheimb | 2023-05-10 | 1 | -2/+6 |
* | Add QUIC support to s_client | Matt Caswell | 2023-05-08 | 1 | -4/+5 |
* | apps: silent warning when loading CSR files with vfyopt option | Tianjia Zhang | 2023-05-03 | 1 | -4/+5 |
* | APPS: make sure the -CAfile argument can be in DER format | Dr. David von Oheimb | 2023-04-27 | 1 | -2/+6 |
* | crypto/cmp: fix CertReqId to use in p10cr transactions acc. to RFC 4210 | Dr. David von Oheimb | 2023-04-18 | 1 | -12/+5 |
* | RFC7250 (RPK) support | Todd Short | 2023-03-28 | 1 | -13/+21 |
* | apps/lib/http_server.c: improve diagnostics, e.g., on port number already in use | Dr. David von Oheimb | 2023-03-25 | 1 | -31/+32 |
* | apps/x509 etc.: allow private key input when public key is expected | Dr. David von Oheimb | 2023-03-14 | 1 | -30/+35 |
* | first cut at sigalg loading | Michael Baentsch | 2023-02-24 | 1 | -1/+2 |
* | cmp_client_test.c: add tests for errors reported by server on subsequent requ... | Dr. David von Oheimb | 2023-02-08 | 1 | -8/+17 |
* | APPS/{storeutl,gendsa}: give error on extra arguments, improve doc | Dr. David von Oheimb | 2023-02-02 | 1 | -2/+7 |
* | APPS load_key_certs_crls(): improve diagnostics on not finding expected types... | Dr. David von Oheimb | 2023-02-02 | 1 | -1/+3 |
* | APPS: generated certs bear X.509 V3, unless -x509v1 option of req app is given | Dr. David von Oheimb | 2023-01-24 | 1 | -4/+2 |
* | Fix windows builds | FdaSilvaYY | 2023-01-24 | 2 | -10/+10 |
* | unbuffer stdin before get passwd from stdin | wangyuhang | 2022-12-11 | 1 | -0/+1 |
* | Compensate for CMP-related TODOs removed by PR #15539 | Dr. David von Oheimb | 2022-12-07 | 1 | -4/+4 |
* | OSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVs | Dr. David von Oheimb | 2022-11-25 | 1 | -1/+1 |
* | Drop explicit check for engines in opt_legacy_okay | Simo Sorce | 2022-11-16 | 1 | -8/+0 |
* | Checking the return of BIO_new_fp(). If it returns NULL, then it is unnecessa... | xkernel | 2022-10-24 | 1 | -1/+4 |
* | Add support for compressed certificates (RFC8879) | Todd Short | 2022-10-18 | 1 | -0/+2 |
* | apps & al : Fix various typos, repeated words, align some spelling to LDP. | FdaSilvaYY | 2022-10-12 | 2 | -3/+3 |
* | Rename ossl_sleep calls to OSSL_sleep everywhere | Richard Levitte | 2022-10-06 | 1 | -3/+3 |
* | APPS: Move load_csr_autofmt() from apps/cmp.c to apps.c and use it also for a... | Dr. David von Oheimb | 2022-09-20 | 1 | -3/+38 |
* | Checking __STDC_VERSION__ rather than __STRICT_ANSI__ | Richard Levitte | 2022-09-13 | 1 | -2/+15 |
* | apps/lib/http_server.{c,h}: clean up logging and move it to log.{c,h} | Dr. David von Oheimb | 2022-09-07 | 3 | -92/+131 |
* | apps/ocsp.c etc.: rename 'multi' to 'n_responders' for clarity | Dr. David von Oheimb | 2022-09-07 | 1 | -9/+9 |
* | APPS HTTP server: trace requests and responses when enabled | Dr. David von Oheimb | 2022-09-07 | 1 | -87/+142 |
* | app_http_tls_cb() and tls_error_hint(): code cleanup | Dr. David von Oheimb | 2022-08-23 | 1 | -22/+24 |
* | Fix verify_callback in the openssl s_client/s_server app | Dmitry Belyavskiy | 2022-07-20 | 1 | -10/+16 |
* | APPS/x509: With -CA but both -CAserial and -CAcreateserial not given, use ran... | Dr. David von Oheimb | 2022-07-14 | 1 | -4/+14 |
* | app_http_tls_cb(): fix crash on inconsistency w.r.t. use of TLS | Dr. David von Oheimb | 2022-07-06 | 1 | -1/+8 |
* | Fix the checks of X509_LOOKUP_* functions | Peiwei Hu | 2022-06-23 | 1 | -3/+3 |
* | Have set_dateopt() return 1 on success to make -dateopt work | Hartmut Holzgraefe | 2022-06-16 | 1 | -1/+3 |
* | Avoid unchecked string concatenation | Benny Baumann | 2022-05-23 | 1 | -17/+13 |
* | Avoid potential OOB if width > sizeof(start) | Benny Baumann | 2022-05-23 | 1 | -46/+58 |
* | Remove duplicated #include headers | JHH20 | 2022-05-04 | 1 | -1/+0 |
* | Update copyright year | Matt Caswell | 2022-05-03 | 7 | -7/+7 |
* | str[n]casecmp => OPENSSL_strncasecmp | Dmitry Belyavskiy | 2022-04-22 | 4 | -15/+13 |
* | Add TFO support to socket BIO and s_client/s_server | Todd Short | 2022-03-10 | 1 | -4/+22 |
* | Set protocol in init_client() | Todd Short | 2022-03-10 | 1 | -1/+1 |
* | apps: several return value checks for BIO_new() | xkernel | 2022-03-04 | 1 | -1/+7 |