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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add and fix check for BN functions return value
inoguchi
2022-01-20
1
-4
/
+5
*
Add check for BN functions return value
inoguchi
2022-01-20
1
-3
/
+5
*
Add check for BIO_indent return value
inoguchi
2022-01-20
1
-2
/
+3
*
Document the bizarre fact that {CMS,PCKS7}_get0_signers() needs some
tb
2022-01-19
2
-4
/
+12
*
Check return value from EVP_CIPHER_CTX_new in cms_pwri.c
inoguchi
2022-01-19
1
-2
/
+4
*
Check function return value in libtls
inoguchi
2022-01-19
1
-9
/
+21
*
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
*
spelling
jsg
2022-01-15
12
-39
/
+39
*
Add back an accidentally dropped .Pp
tb
2022-01-15
1
-1
/
+2
*
Update for HMAC_CTX_{init,cleanup} hand HMAC_cleanup removal
tb
2022-01-15
1
-50
/
+2
*
Stop documenting clone digests.
tb
2022-01-15
3
-47
/
+7
*
Minor cleanup and simplification in dsa_pub_encode()
tb
2022-01-15
1
-15
/
+8
*
Add ct.h and x509_vfy.h
inoguchi
2022-01-15
1
-1
/
+3
*
Avoid buffer overflow in asn1_parse2
inoguchi
2022-01-14
1
-2
/
+2
*
Enable openssl pkey -{,pub}check and pkeyparam -check
tb
2022-01-14
2
-6
/
+2
*
Undo static linking and other workarounds that are no longer needed
tb
2022-01-14
6
-19
/
+15
*
Convert wycheproof.go for opaque EVP_AEAD_CTX
tb
2022-01-14
1
-11
/
+18
*
The cttest can link dynamically now
tb
2022-01-14
1
-2
/
+2
*
Simplify BN_mont test slightly using a new accessor.
tb
2022-01-14
1
-4
/
+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
*
bump libcrypto, libssl, libtls majors after struct visibility changes
tb
2022-01-14
3
-3
/
+3
*
Use the correct type for ssl_callback_ctrl()
tb
2022-01-14
1
-3
/
+3
*
Convert the new record layers to opaque EVP_AEAD_CTX
tb
2022-01-14
2
-12
/
+6
*
Convert ssl_kex.c to opaque DH
tb
2022-01-14
1
-11
/
+11
*
Use BIO_next/BIO_set_next in ssl_lib.c
tb
2022-01-14
1
-3
/
+3
*
bio_ssl.c needs to peek into bio_local.h
tb
2022-01-14
2
-2
/
+4
*
Update Symbols.list
tb
2022-01-14
1
-49
/
+190
*
Unconditionally comment out OPENSSL_NO_RFC3779
tb
2022-01-14
1
-3
/
+1
*
Remove header guard around RFC 3779 declarations
tb
2022-01-14
1
-3
/
+1
*
Expose Certificate Transparency symbols in headers
tb
2022-01-14
3
-11
/
+3
*
Hide OBJ_bsearch_ from public visibility,
tb
2022-01-14
1
-84
/
+4
*
Move ASN1_BOOLEAN to internal only.
tb
2022-01-14
2
-5
/
+5
*
Remove check_defer and obj_cleanup_defer from public visibility
tb
2022-01-14
1
-1
/
+3
*
Remove name_cmp from public visibility
tb
2022-01-14
2
-2
/
+3
*
Remove all asn1_* symbols from public visibility
tb
2022-01-14
2
-18
/
+18
*
Implement new-style OpenSSL BIO callbacks
tb
2022-01-14
15
-145
/
+266
*
Garbage collect last use of EVP_ecdsa()
tb
2022-01-14
1
-2
/
+1
*
Remove legacy sign/verify from EVP_MD.
tb
2022-01-14
20
-657
/
+62
*
Make RSA, RSA_PSS_PARAMS and RSA_METHOD opaque
tb
2022-01-14
3
-83
/
+80
*
Make structs in ocsp.h opaque
tb
2022-01-14
2
-234
/
+260
*
Move ECDSA_SIG to ecs_locl.h
tb
2022-01-14
2
-11
/
+7
[prev]
[next]