index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
usr.bin
/
openssl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
new sentence, new line, and tweak wording of previous;
jmc
2021-09-05
1
-2
/
+3
*
Remove unused variable tmptm in do_body of openssl(1) ca
inoguchi
2021-09-05
1
-8
/
+2
*
Using serial number instead as subject if it is empty in openssl(1) ca
inoguchi
2021-09-05
2
-3
/
+36
*
Check extensions before setting version to v3
inoguchi
2021-09-05
1
-5
/
+10
*
Use accessor method rather than direct X509 structure access
inoguchi
2021-09-05
1
-20
/
+10
*
Use defined constants
inoguchi
2021-09-02
1
-16
/
+16
*
Add DB_TYPE_SUSP
inoguchi
2021-09-02
1
-1
/
+2
*
Move subject check process after the subject edit process
inoguchi
2021-09-02
1
-105
/
+106
*
Clean up end of do_body in openssl(1) ca
inoguchi
2021-08-30
1
-6
/
+8
*
Remove NULL check before free in openssl(1) ca
inoguchi
2021-08-30
1
-41
/
+25
*
Do not call X509_alias_get0(3) with NULL as the second argument.
schwarze
2021-08-29
1
-5
/
+7
*
Start naccept .desc with a capital
tb
2021-08-29
1
-2
/
+2
*
Implement -naccept in the s_server.
tb
2021-08-29
4
-11
/
+29
*
Add RCS marker
tb
2021-08-28
1
-0
/
+1
*
Check X509_get_notAfter return value in openssl(1) ca.c
inoguchi
2021-08-28
1
-3
/
+5
*
Use strndup instead of malloc, memcpy and NULL termination in openssl(1) ca.c
inoguchi
2021-08-28
1
-11
/
+4
*
Remove ASN1_TIME_new and use NULL for X509_gmtime_adj, free tmptm in err path
inoguchi
2021-08-28
1
-15
/
+7
*
Unwrap lines in openssl(1) ca.c
inoguchi
2021-08-28
1
-5
/
+3
*
Avoid leak with X509_REVOKED variable in openssl(1) ca.c
inoguchi
2021-08-28
1
-1
/
+3
*
Checking the return value in openssl(1) ca.c
inoguchi
2021-08-28
1
-41
/
+127
*
Compare strcmp and strcasecmp return value with zero
inoguchi
2021-07-24
1
-6
/
+6
*
Check pointer variable if it is NULL in ca.c
inoguchi
2021-07-20
1
-2
/
+2
*
Wrap over 80 long lines in ca.c
inoguchi
2021-07-15
1
-83
/
+154
*
Explicitly check pointer variable if it is NULL or not in ca.c
inoguchi
2021-07-15
1
-58
/
+58
*
Remove space between '*' and pointer variable in ca.c
inoguchi
2021-07-15
1
-56
/
+56
*
Use 'serial' rather than 'ser' in ca.c
inoguchi
2021-07-15
1
-19
/
+19
*
Convert openssl(1) ca option handling
inoguchi
2021-07-15
1
-456
/
+643
*
Replace unnecessary calls to EC_GROUP_get_curve_GF{p,2m}() with
tb
2021-05-10
1
-15
/
+3
*
Fix const in previous. Pointed out by asou
tb
2021-04-21
1
-5
/
+5
*
Add prototypes for EC_GROUP_get_curve_{GF2m,GFp}().
tb
2021-04-20
1
-1
/
+6
*
Check function return value in openssl(1) x509.c
inoguchi
2021-04-07
1
-24
/
+71
*
Avoid leak in error path
inoguchi
2021-04-07
1
-3
/
+7
*
Show DTLS1.2 message with openssl(1) s_server and s_client
inoguchi
2021-04-02
1
-2
/
+6
*
Compare the pointer variable explicitly with NULL in if condition
inoguchi
2021-04-01
1
-18
/
+17
*
Remove workarounds for SSL_is_dtls()
tb
2021-03-31
2
-11
/
+2
*
Fix duplicate SSL_is_dtls in libssl and apps.c
inoguchi
2021-03-28
1
-1
/
+3
*
Sort header files and wrap long lines in x509.c
inoguchi
2021-03-26
1
-67
/
+110
*
Convert openssl(1) x509 option handling
inoguchi
2021-03-24
1
-414
/
+747
*
Add option type OPTION_ORDER
inoguchi
2021-03-24
2
-2
/
+9
*
Read ahead is now enforced for DTLS - remove workarounds.
jsing
2021-03-17
2
-20
/
+2
*
Use consistent s_server_opt_ prefix.
jsing
2021-03-17
1
-9
/
+9
*
Add DTLSv1.2 support to openssl(1) s_client/s_server.
jsing
2021-03-17
4
-34
/
+129
*
Only print the certificate file once on verifification failure.
jsing
2021-02-15
1
-4
/
+2
*
Document meaning of '*' in genrsa output
tb
2020-12-30
1
-3
/
+6
*
Remove a redundant memset call.
tb
2020-12-16
1
-2
/
+2
*
Wrap remaining overlong lines.
tb
2020-11-03
1
-7
/
+7
*
garbage collect an essentially unused variable and wrap some overlong
tb
2020-11-03
1
-8
/
+10
*
* ptr -> *ptr
tb
2020-11-03
1
-5
/
+5
*
X509_verify_cert()'s return value is not reliable if the callback
tb
2020-11-03
1
-20
/
+22
*
some comma fixes; from varik valefor
jmc
2020-11-01
1
-12
/
+12
[next]