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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-10
bump internal version to 3.0.2
bcook
1
-2
/
+2
2019-10-10
bump to 3.0.2
bcook
1
-2
/
+2
2019-10-09
Use EVP_MAX_MD_SIZE instead of SHA_DIGEST_LENGTH and remove OPENSSL_NO_SHA*
jsing
1
-7
/
+2
2019-10-04
Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkey.
tb
4
-11
/
+35
2019-10-04
Use a valid curve when constructing an EC_KEY that looks like X25519.
jsing
1
-2
/
+3
2019-10-04
Provide internal RSA_padding_{add,check}_PKCS1_OAEP_mgf1() functions.
jsing
2
-10
/
+90
2019-10-04
Avoid a path traversal bug in s_server on Windows.
bcook
1
-3
/
+3
2019-10-04
the formatting for the mini synopses in this page did not render well
jmc
1
-115
/
+179
2019-10-03
Move towards making RSA OAEP functions handle arbitrary message digests.
jsing
1
-53
/
+59
2019-09-30
bump for LibreSSL 3.0.1
libressl-v3.0.1
bcook
1
-3
/
+3
2019-09-29
zap trailing whitespace;
jmc
1
-3
/
+3
2019-09-29
If a NULL or zero cofactor is passed to EC_GROUP_set_generator(),
tb
3
-11
/
+113
2019-09-28
Xr random 4 in a better way
deraadt
1
-3
/
+5
2019-09-14
Add comment line saying S is described vaguely on purpose.
otto
1
-2
/
+3
2019-09-10
document EVP_PKEY_CTX_get_signature_md(3);
schwarze
1
-4
/
+17
2019-09-09
Plug memory leak in error paths. Found while comparing this file
tb
1
-5
/
+5
2019-09-09
Provide EVP_PKEY_CTX_get_signature_md() macro and implement the
jsing
4
-7
/
+25
2019-09-09
Load CMS error strings.
jsing
1
-1
/
+5
2019-09-09
Move #include <openssl/cms.h> to more appropriate location (since it is
jsing
1
-3
/
+2
2019-09-09
Install the openssl/cms.h header.
jsing
1
-1
/
+3
2019-09-08
Add CMS ECC support.
jsing
1
-2
/
+370
2019-09-06
Add various macros and controls for EC_PKEY_CTX.
jsing
4
-28
/
+316
2019-09-06
Handle CMS PEM headers.
jsing
1
-1
/
+11
2019-09-05
Add objects for ECDH schemes in RFC 5753.
jsing
2
-0
/
+32
2019-09-05
Build ecdh_kdf.c
jsing
1
-2
/
+2
2019-09-05
Replace OPENSSL_cleanse() with explicit_bzero().
jsing
1
-1
/
+1
2019-09-05
Provide prototype for ecdh_KDF_X9_63()
jsing
1
-1
/
+7
2019-09-05
Include correct header.
jsing
1
-1
/
+1
2019-09-05
style(9) and whitespace.
jsing
1
-65
/
+72
2019-09-05
Restore per-file license/copyright removed in OpenSSL commit 4f22f40507f.
jsing
1
-5
/
+48
2019-09-05
Remove ECDH_KDF_X9_62 wrapper.
jsing
1
-12
/
+0