index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
apps/ocsp: Add check for OPENSSL_strdup
Jiasheng Jiang
2022-02-17
1
-2
/
+4
*
s_server: Add check for OPENSSL_strdup
Jiasheng Jiang
2022-02-17
1
-2
/
+3
*
Add tests for do_updatedb
Armin Fuerst
2022-02-14
5
-20
/
+34
*
openssl rehash: add check for OPENSSL_strdup
Jiasheng Jiang
2022-02-14
1
-0
/
+6
*
Implement a new flag for running s_client in a non-interactive mode
Rami Khaldi
2022-02-14
1
-1
/
+14
*
Added checking for buflen overflow due to MAX_MISALIGNMENT.
Kevin K Biju
2022-02-11
1
-2
/
+6
*
Send auxiliary messages to bio_err.
Daniel
2022-02-09
1
-2
/
+2
*
Fix SIZE_MAX not defined on z/OS etc
Ankit Das
2022-02-07
1
-0
/
+1
*
Fix typos
Dimitris Apostolou
2022-02-07
1
-1
/
+1
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
2
-2
/
+2
*
Fix copyrights
Todd Short
2022-02-03
2
-4
/
+4
*
Use opt_int_arg() to parse integers in apps/speed.c
Kevin K Biju
2022-02-03
1
-5
/
+9
*
apps/progs.pl: use SOURCE_DATE_EPOCH if defined for copyright year
Ross Burton
2022-02-02
1
-1
/
+1
*
apps: Add option -no_ems to s_client/s_server apps
yangyangtiantianlonglong
2022-01-28
1
-3
/
+7
*
Add -verbose/-queit flags to dhparam
Philip Prindeville
2022-01-28
6
-14
/
+47
*
Use progress_cb in genrsa
Philip Prindeville
2022-01-28
1
-24
/
+1
*
Ensure ciphers command honours -propquery
Matt Caswell
2022-01-27
1
-1
/
+1
*
Standardize progress callback for dhparam, dsaparam, etc.
Philip Prindeville
2022-01-21
6
-82
/
+21
*
s_server: correctly handle 2^14 byte long records
Hubert Kario
2022-01-20
1
-5
/
+9
*
speed: rework if condition to avoid empty statement
Pauli
2022-01-18
1
-3
/
+1
*
apps/ca: replace ;; with ; as statement separator
Pauli
2022-01-18
1
-1
/
+1
*
coverity 1497107: dereference after null check
Pauli
2022-01-14
1
-3
/
+6
*
pkeyutl: Fix regression with -kdflen option
Tomas Mraz
2022-01-12
1
-13
/
+13
*
APPS: Add check for multiple 'unknown' options
Dr. David von Oheimb
2022-01-11
20
-5
/
+46
*
PKCS12 app: Improve readability w.r.t. enc_flag, renamed to enc_name
Dr. David von Oheimb
2022-01-11
1
-6
/
+5
*
apps.c: fix various coding style nits found by check-format.pl
Dr. David von Oheimb
2022-01-08
1
-137
/
+127
*
Fix: some patches related to error exiting
Peiwei Hu
2022-01-07
1
-0
/
+1
*
apps/cmp.c: fix coding style nits reported by check-format.pl
Dr. David von Oheimb
2022-01-07
1
-14
/
+16
*
APPS load_key_certs_crls(): Make file access errors much more readable
Dr. David von Oheimb
2022-01-07
1
-75
/
+68
*
Fix typos
Dimitris Apostolou
2022-01-05
2
-2
/
+2
*
apps/passwd.c: free before error exiting
Peiwei Hu
2022-01-05
1
-4
/
+4
*
CMP mock server: add -ref_cert option and corresponding ossl_cmp_mock_srv_set...
Dr. David von Oheimb
2022-01-04
3
-23
/
+64
*
app_http_tls_cb: Fix double-free in case TLS not used
Dr. David von Oheimb
2022-01-04
1
-8
/
+11
*
HTTP client: Work around HTTPS proxy use bug due to callback design flaw
Dr. David von Oheimb
2022-01-04
2
-5
/
+14
*
APPS/cmp: improve diagnostics for presence of TLS options
Dr. David von Oheimb
2021-12-30
1
-17
/
+27
*
OSSL_CMP_CTX: rename get/set function for trustedStore
Dr. David von Oheimb
2021-12-30
1
-2
/
+2
*
Ensure s_client sends SNI data when used with -proxy
Matt Caswell
2021-12-29
1
-0
/
+10
*
HTTP client: Fix cleanup of TLS BIO via 'bio_update_fn' callback function
Dr. David von Oheimb
2021-12-22
1
-13
/
+20
*
add OSSL_STACK_OF_X509_free() for commonly used pattern
Dr. David von Oheimb
2021-12-21
12
-36
/
+36
*
APPS/cmp: Fix logic and doc of mutually exclusive -server/-use_mock_srv/-port...
Dr. David von Oheimb
2021-12-15
1
-58
/
+80
*
APPS/cmp: Simplify read_write_req_resp() - 'req' arg must not be NULL anyway
Dr. David von Oheimb
2021-12-13
1
-2
/
+1
*
apps/s_server: Correct s_server to return the correct file path
Tianjia Zhang
2021-12-10
1
-1
/
+1
*
fix Coverity 1494649: dead code
Pauli
2021-12-09
1
-3
/
+3
*
APPS/cmp: Fix use of OPENSSL_NO_SOCK: options like -server do not make sense ...
Dr. David von Oheimb
2021-12-09
1
-31
/
+96
*
APPS/cmp: fix -rspin option such that it works again without -reqin
Dr. David von Oheimb
2021-12-09
1
-1
/
+2
*
APPS: Improve diagnostics on missing/extra args and unknown cipher/digest
Dr. David von Oheimb
2021-12-07
45
-147
/
+134
*
s_cb.c: check the return value of X509_get0_pubkey()
x2018
2021-12-02
1
-11
/
+29
*
Return -1 properly from do_X509_REQ_verify and do_X509_verify
PW Hu
2021-11-29
1
-3
/
+15
*
check the return value of OPENSSL_strdup(CRYPTO_strdup) in apps/lib/app_rand....
x2018
2021-11-25
1
-1
/
+7
*
check the return value of OPENSSL_strdup(CRYPTO_strdup) to prevent potential ...
x2018
2021-11-25
1
-0
/
+2
[prev]
[next]