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
...
*
Adjust for opaque structs in ts.h
tb
2022-09-11
1
-14
/
+24
*
Adjust for opaque structs in pkcs12.h
tb
2022-09-11
1
-25
/
+38
*
Avoid division by zero if no connection was made.
tb
2022-08-31
1
-4
/
+2
*
Check return values in ssl_print_tmp_key()
tb
2022-08-31
1
-4
/
+9
*
Check HMAC() return value to avoid a later use of uninitialized
tb
2022-08-30
1
-3
/
+7
*
Add workarounds for some symbols that are hidden under !LIBRESSL_INTERNAL
tb
2022-08-03
1
-1
/
+7
*
fix indent
tb
2022-07-19
1
-2
/
+2
*
Document -tls1_{1,2,3} in openssl ciphers
tb
2022-07-19
1
-2
/
+11
*
Allow displaying ciphers according to protocol version
tb
2022-07-19
1
-4
/
+39
*
Suppress output of the deprecated -tls1 option in usage() and help
tb
2022-07-14
1
-3
/
+2
*
Switch to using TLS_client_method()
tb
2022-07-14
1
-2
/
+2
*
Document openssl ciphers -s
tb
2022-07-14
1
-3
/
+5
*
Add -s option to openssl ciphers
tb
2022-07-14
1
-4
/
+20
*
Fix comparison in openssl(1) pkcs12
inoguchi
2022-04-28
1
-3
/
+3
*
Compare pointer value with NULL in openssl(1) pkcs12
inoguchi
2022-04-28
1
-31
/
+31
*
man pages: add missing commas between subordinate and main clauses
naddy
2022-03-31
1
-22
/
+22
*
Change internal functions to static in openssl(1) pkcs12
inoguchi
2022-03-28
1
-24
/
+30
*
Remove unused function cert_load in openssl(1) pkcs12
inoguchi
2022-03-28
1
-19
/
+1
*
Check EVP_Digest* functions return value in openssl(1) ts
inoguchi
2022-03-27
1
-5
/
+16
*
Check function return value
inoguchi
2022-03-24
1
-2
/
+3
*
Compare pointer value with NULL
inoguchi
2022-03-24
1
-63
/
+63
*
Wrap long lines
inoguchi
2022-03-24
1
-39
/
+44
*
Remove space between asterisk and variable name
inoguchi
2022-03-24
1
-22
/
+22
*
Convert openssl(1) ts option handling
inoguchi
2022-03-24
1
-153
/
+285
*
openssl cms: avoid NULL derefs on option parsing
tb
2022-03-23
1
-1
/
+3
*
prefer https links in man pages
jsg
2022-02-18
1
-3
/
+3
*
Unindent and unwrap lines. Pull up a NULL check. No functional change.
tb
2022-02-03
1
-28
/
+26
*
Remove commented variable declarations
tb
2022-02-03
1
-6
/
+1
*
Use X509_*get0_pubkey() wherever possible to simplify and clean up
tb
2022-02-03
3
-36
/
+22
*
Remove some stale comments.
tb
2022-02-03
1
-21
/
+1
*
Avoid memory leak in error path with openssl(1) smime
inoguchi
2022-01-16
1
-1
/
+2
*
Avoid memory leak in error path with openssl(1) cms
inoguchi
2022-01-16
1
-1
/
+3
*
Enable openssl pkey -{,pub}check and pkeyparam -check
tb
2022-01-14
2
-6
/
+2
*
openssl(1) dgst: fix build after clones removal
tb
2022-01-14
1
-4
/
+1
*
Convert openssl(1) speed for opaque EVP_AEAD_CTX
tb
2022-01-14
1
-13
/
+31
*
Convert openssl(1) rsa.c for opaque RSA
tb
2022-01-14
1
-2
/
+2
*
openssl(1) genrsa: simplify access to rsa->e
tb
2022-01-14
1
-5
/
+3
*
Convert openssl(1) gendsa.c to opaque DSA
tb
2022-01-14
1
-2
/
+2
*
Convert openssl(1) dsaparam to opaque dsa
tb
2022-01-14
1
-11
/
+13
*
Convert openssl(1) dsa.c to opaque DSA
tb
2022-01-14
1
-2
/
+2
*
Convert openssl(1) dhparam to opaque DH
tb
2022-01-14
1
-12
/
+14
*
Convert openssl(1) dh.c to opaque DH
tb
2022-01-14
1
-10
/
+12
*
zap some stray whitespace
tb
2022-01-12
1
-2
/
+2
*
Wrap long lines
inoguchi
2022-01-11
1
-42
/
+74
*
Check function return value
inoguchi
2022-01-11
1
-32
/
+57
*
Suppress warning
inoguchi
2022-01-11
1
-1
/
+3
*
Compare pointer variable with NULL
inoguchi
2022-01-11
1
-44
/
+44
*
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
[prev]
[next]