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
/
lib
/
libcrypto
/
evp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Stricter checks of ASN1_INTEGER to reject ASN1_NEG_INTEGER in places when
miod
2016-11-08
2
-5
/
+12
*
No need to duplicate definitions from evp.h locally.
miod
2016-11-05
2
-14
/
+2
*
Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] by
miod
2016-11-04
3
-14
/
+13
*
Remove I386_ONLY define. It was only used to prefer a
miod
2016-11-04
1
-3
/
+3
*
back out calls to EVP_CIPHER_CTX_cleanup() in EVP_Cipher/Encrypt/DecryptFinal
bcook
2016-09-09
1
-4
/
+1
*
include <sys/types.h> to get <sys/cdefs.h> instead (for __warn_references)
bcook
2016-09-04
1
-2
/
+2
*
include <sys/cdefs.h> for portable
bcook
2016-09-04
1
-1
/
+3
*
deprecate EVP_EncryptFinal(), EVP_DecryptFinal() and EVP_CipherFinal()
bcook
2016-09-03
1
-3
/
+15
*
deprecate internal use of EVP_[Cipher|Encrypt|Decrypt]_Final.
beck
2016-05-30
2
-8
/
+16
*
fix for integer overflow in encode and encrypt update functions.
tedu
2016-05-04
2
-6
/
+11
*
fix a padding oracle in aesni cbc mac check. there must be enough data
tedu
2016-05-04
1
-1
/
+4
*
revert the big change from yesterday to prepare for smaller commits.
tedu
2016-05-04
3
-15
/
+7
*
prefer limits.h over sys/limits.h
bcook
2016-05-03
1
-2
/
+2
*
patch from openssl for multiple issues:
tedu
2016-05-03
3
-7
/
+16
*
Rename EVP_aead_chacha20_poly1305() to EVP_aead_chacha20_poly1305_old()
jsing
2016-04-28
2
-13
/
+13
*
Use the correct iv and counter when decrypting the ciphertext for
jsing
2016-04-13
1
-4
/
+4
*
initialize md_len to 0 for readability to quell warnings.
beck
2015-12-14
1
-3
/
+3
*
Fix typo in comment of previous commit: "that that".
reyk
2015-11-02
1
-3
/
+3
*
Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539,
reyk
2015-11-02
2
-19
/
+113
*
unifdef EVP_CHECK_DES_KEY: Ben Kaduk noticed it has a syntax error; that
guenther
2015-10-12
2
-20
/
+2
*
Temporarily revive MD4 for MS CHAP support.
doug
2015-09-14
3
-2
/
+127
*
Remove MD4 support from LibreSSL.
doug
2015-09-13
3
-127
/
+2
*
Remove SHA-0 support.
doug
2015-09-13
3
-122
/
+3
*
Correct spelling of OPENSSL_cleanse.
jsing
2015-09-10
10
-26
/
+28
*
Replace remaining CRYPTO_memcmp() calls with timingsafe_memcmp().
jsing
2015-06-20
2
-4
/
+4
*
Remove obsolete MDC-2DES from libcrypto.
doug
2015-06-20
3
-126
/
+2
*
Regen
miod
2015-02-15
1
-89
/
+99
*
1.18 would introduce a possible out-of-bounds access in the error path;
miod
2015-02-14
1
-7
/
+5
*
Remove DEBUG_PKCS5V2 code.
miod
2015-02-14
1
-25
/
+1
*
Enable building with -DOPENSSL_NO_DEPRECATED.
doug
2015-02-11
2
-2
/
+4
*
unifdef OPENSSL_NO_RC5
jsing
2015-02-10
3
-29
/
+3
*
Remove RC5 code - this is not currently enabled and is not likely to ever
jsing
2015-02-10
1
-128
/
+0
*
EVP_BytesToKey(): return through the error path (which cleans things up)
miod
2015-02-10
1
-3
/
+3
*
Replace assert() and OPENSSL_assert() calls with proper error return paths.
miod
2015-02-10
8
-30
/
+87
*
Remove unnecessary include of assert.h
miod
2015-02-10
2
-4
/
+2
*
Move a few typedef up in this file in order to be able to use them in env_md_st
miod
2015-02-08
1
-14
/
+10
*
Check memory allocation results in EVP_PBE_alg_add_type().
miod
2015-02-08
1
-3
/
+10
*
Delete a lot of #if 0 code in libressl.
doug
2015-02-07
4
-60
/
+4
*
Combine c_allc.c and c_alld.c into c_all.c - there is not much point having
jsing
2015-02-07
3
-361
/
+230
*
More missing error checks I forgot to commit last week, part of the large
miod
2014-11-18
1
-12
/
+23
*
KNF (when not conflicting with other cleanup changes in progress)
miod
2014-11-09
4
-44
/
+61
*
GOST crypto algorithms (well, most of them), ported from the removed GOST
miod
2014-11-09
8
-5
/
+594
*
Introduce EVP_MD_CTX_ctrl(), to allow for fine control of a given digest.
miod
2014-11-09
1
-1
/
+25
*
Check the result of sk_*_push() operations for failure.
miod
2014-10-28
1
-4
/
+8
*
Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().
jsing
2014-10-22
3
-12
/
+10
*
None of these need to include <openssl/rand.h>
jsing
2014-10-18
5
-10
/
+5
*
Guard RSA / RC4-5 ASM when NO_ASM is not defined
bcook
2014-08-11
1
-2
/
+2
*
Allow B64_EOF to follow a base64 padding character. This restores previous
jsing
2014-08-06
1
-2
/
+3
*
Correct error checks in EVP_read_pw_string_min(): UI_add_input_string()
guenther
2014-08-06
1
-3
/
+3
*
In chacha_init(), allow for a NULL iv. Reported by znz on github.
miod
2014-08-04
1
-2
/
+3
[prev]
[next]