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
OPENBSD_7_7
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libcrypto
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a buffer overread in OAEP padding removal
tb
2022-02-20
1
-11
/
+11
*
Remove references to performance issues caused by frequent memmove().
jsing
2022-02-19
1
-13
/
+2
*
Reduce memmoves in memory BIOs.
jsing
2022-02-19
1
-22
/
+38
*
certificiate -> certificate
jsg
2022-02-19
1
-3
/
+3
*
Provide a struct bio_mem for memory BIO specific data.
jsing
2022-02-19
1
-47
/
+58
*
Clean up and simplify memory BIO code.
jsing
2022-02-18
1
-124
/
+139
*
prefer https links in man pages
jsg
2022-02-18
2
-6
/
+6
*
grammar/reword
jsg
2022-02-18
1
-5
/
+7
*
Avoid potential single byte overread in asn1_parse2().
jsing
2022-02-12
1
-3
/
+4
*
Limit OID text conversion to 64 bits per arc.
jsing
2022-02-12
1
-55
/
+16
*
Fix length check of IP addresses for name constraints
tb
2022-02-11
1
-2
/
+3
*
Add missing error check for a2i_GENERAL_NAME()
tb
2022-02-11
1
-1
/
+3
*
Fix a double free in v2i_NAME_CONSTRAINTS()
tb
2022-02-11
1
-2
/
+3
*
Make OBJ_obj2nid() work correctly with NID_undef.
jsing
2022-02-11
1
-3
/
+3
*
Change second argument of x25519_ge_scalarmult_base() from
tb
2022-02-08
1
-2
/
+2
*
Avoid a NULL dereference in BN_mod_exp2_mont()
tb
2022-02-07
1
-2
/
+2
*
Check for zero modulus in BN_MONT_CTX_set().
tb
2022-02-07
1
-1
/
+4
*
Bump libressl's version in pkgconfig to 2.0.0
tb
2022-02-04
1
-2
/
+3
*
Remove a strange inheritance check from addr_validate_path_internal()
tb
2022-02-04
1
-4
/
+1
*
Fix capitalization of ChaCha20
tb
2022-02-04
1
-3
/
+3
*
Fix copy-paste error: X509_V_ERR_CRL_SIGNATURE_FAILURE means that the
tb
2022-02-03
1
-3
/
+3
*
sort includes as usual
tb
2022-01-27
1
-2
/
+2
*
Do not depend on engine.h pulling in err.h and evp.h
tb
2022-01-27
2
-6
/
+10
*
Remove some HMAC_CTX_init() remnants in HMAC(3).
tb
2022-01-25
1
-31
/
+5
*
Document X509_V_ERR_UNNESTED_RESOURCE. Previous version looked good
tb
2022-01-24
1
-2
/
+9
*
Use memmove instead of memcpy for overlapping memory
inoguchi
2022-01-22
1
-3
/
+3
*
Use memmove instead of memcpy for overlapping memory
inoguchi
2022-01-22
1
-5
/
+5
*
X509_GET_PUBKEY(3) return value check in libcrypto
inoguchi
2022-01-22
1
-2
/
+3
*
X509_GET_PUBKEY(3) return value check in libcrypto
inoguchi
2022-01-22
1
-3
/
+4
*
X509_GET_PUBKEY(3) return value check in libcrypto
inoguchi
2022-01-22
1
-3
/
+3
*
X509_GET_PUBKEY(3) return value check in libcrypto
inoguchi
2022-01-22
2
-4
/
+7
*
Add check for EVP_CIPHER_CTX_ctrl
inoguchi
2022-01-20
1
-4
/
+6
*
Add check for EVP_CIPHER_CTX_set_key_length return value
inoguchi
2022-01-20
1
-2
/
+3
*
Add check for OBJ_nid2obj return value
inoguchi
2022-01-20
1
-2
/
+3
*
Add check for ASN1_INTEGER_set
inoguchi
2022-01-20
1
-2
/
+3
*
Fix check for BN_mod_inverse_ct return value
inoguchi
2022-01-20
5
-13
/
+13
*
Add check for BN_sub return value
inoguchi
2022-01-20
1
-2
/
+3
*
Add check for BIO_indent return value
inoguchi
2022-01-20
1
-2
/
+3
*
Add check for BIO_indent return value
inoguchi
2022-01-20
1
-3
/
+5
*
Add check for EVP_CIPHER_CTX_set_key_length return value
inoguchi
2022-01-20
1
-2
/
+2
*
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
*
spelling
jsg
2022-01-15
10
-33
/
+33
*
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
[next]