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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Various minor adjustments to make openssl(1) compile with opaque
tb
2021-10-31
3
-12
/
+23
*
Garbage collect another unused variable.
jca
2021-10-25
1
-4
/
+1
*
Preapre x509.c for upcoming libcrypto bump
tb
2021-10-23
1
-19
/
+11
*
Fix some whitespace issues, some pointed out by jsing, some found in
tb
2021-10-23
1
-4
/
+4
*
Prepare s_server for opaque structs in libcrypto
tb
2021-10-23
1
-8
/
+13
*
Prepare crl.c for opaque structs in libcrypto.
tb
2021-10-23
1
-9
/
+12
*
Prepare pcks12 for opaque structs in libcrypto
tb
2021-10-23
1
-69
/
+70
*
Stop reaching into structs that will become opaque in ca.c
tb
2021-10-23
1
-5
/
+3
*
Nuke the asn1-kludge. This was a workaround for CAs with broken PCKS#10
tb
2021-10-23
2
-35
/
+5
*
Add a length check before NUL-terminating target. From Jonas Termansen.
tb
2021-10-23
1
-1
/
+5
*
Garbage collect an unused variable.
tb
2021-10-22
1
-4
/
+2
*
Stop setting enc.modified manually. It's no longer needed.
tb
2021-10-22
2
-4
/
+2
*
Remove an unused variable and a pointless label.
tb
2021-09-23
1
-7
/
+1
*
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
*
Change the error reporting pattern throughout the tree when unveil
beck
2021-07-12
1
-9
/
+9
*
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
*
one of the examples needs an -N (and explanation);
jmc
2021-03-31
1
-4
/
+7
*
Remove workarounds for SSL_is_dtls()
tb
2021-03-31
2
-11
/
+2
[prev]
[next]