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
...
*
Remove space between '*' and pointer variable.
inoguchi
2022-01-11
1
-11
/
+9
*
Convert openssl(1) smime option handling
inoguchi
2022-01-11
1
-357
/
+744
*
Unbreak tree. Sorry about that.
tb
2022-01-10
1
-7
/
+7
*
NULL out pointers after transferring them to the DSA object.
tb
2022-01-10
1
-1
/
+9
*
Dedup get_dsa*() code.
tb
2022-01-10
1
-91
/
+60
*
Convert testdsa to accessors for opaque DSA
tb
2022-01-10
1
-30
/
+90
*
Document openssl pkey -check,-pubcheck and param -check
tb
2022-01-10
1
-2
/
+12
*
Implement openssl pkey -{,pub}check and pkeyparam -check
tb
2022-01-10
4
-10
/
+79
*
Indicate current default cipher
inoguchi
2022-01-08
1
-3
/
+3
*
Free memory before assign to avoid leak
inoguchi
2022-01-06
1
-1
/
+7
*
Free memory if error occurred
inoguchi
2022-01-06
1
-2
/
+4
*
Remove NULL check before free
inoguchi
2022-01-06
1
-3
/
+2
*
Wrap long lines and add some braces
inoguchi
2022-01-05
1
-74
/
+129
*
Check function return value
inoguchi
2022-01-05
1
-8
/
+18
*
Checking pointer variable with NULL
inoguchi
2022-01-05
1
-74
/
+75
*
Use calloc instead of malloc
inoguchi
2022-01-05
1
-2
/
+2
*
Check NULL first and unindent the rest of the code
inoguchi
2022-01-05
1
-41
/
+45
*
Convert openssl(1) cms option handling
inoguchi
2022-01-05
1
-620
/
+1240
*
Check error returns for HMAC_* to appease coverity.
tb
2021-12-26
1
-4
/
+13
*
One more leak similar to previous.
tb
2021-12-26
1
-2
/
+2
*
Plug leaks
tb
2021-12-26
1
-2
/
+2
*
Plug memleak
tb
2021-12-26
1
-2
/
+4
*
Attempt to opportunistically use the host name for SNI in s_client.
jsing
2021-12-26
1
-10
/
+34
*
Convert req.c to compile with opaque EVP_MD_CTX.
tb
2021-12-12
1
-25
/
+43
*
Convert passwd.c to opaque EVP_MD_CTX and add a bit of error checking.
tb
2021-12-12
1
-35
/
+72
*
Make speed.c compile with opaque EVP_CIPHER, EVP_MD and HMAC_CTX.
tb
2021-12-12
1
-20
/
+29
*
A few more simplifications using get0_pubkey instead of get_pubkey + free.
tb
2021-12-12
1
-9
/
+5
*
Simplify x509.c slightly by using X509_get0_pubkey() instead of
tb
2021-12-12
1
-5
/
+3
*
Make x509.c compile with opaque EVP_PKEY.
tb
2021-12-12
1
-7
/
+15
*
Use correct spelling of NULL
tb
2021-12-12
1
-2
/
+2
*
Make ts.c compile with opaque EVP_MD_CTX.
tb
2021-12-12
1
-5
/
+10
*
Simple conversion to opaque EVP_CIPHER.
tb
2021-12-07
1
-5
/
+9
*
Clean up a bunch of dead code in s_server.c and s_socket.c
tb
2021-12-06
3
-36
/
+21
*
openssl(1): drop support for netscape certificates and server gated keys.
tb
2021-11-26
5
-138
/
+12
*
We know how to print a size_t now. Drop a comment and a cast.
tb
2021-11-25
1
-6
/
+4
*
Tweak for opaque EVP_MD: use EVP_MD_type(dgst) instead of dgst->type.
tb
2021-11-21
1
-2
/
+2
*
Convert openssl(1) to using BN_GENCB on the heap
tb
2021-11-20
4
-51
/
+74
*
typo in comment
tb
2021-11-20
1
-3
/
+3
*
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
[prev]
[next]