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
OPENBSD_7_8
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
*
Remove now unused BLOCK_CIPHER_* macros.
jsing
2022-09-04
1
-186
/
+1
*
Expand BLOCK_CIPHER_* macros.
jsing
2022-09-04
1
-15
/
+108
*
Mechanically expand BLOCK_CIPHER_* macros.
jsing
2022-09-04
2
-32
/
+387
*
Mechanically expand BLOCK_CIPHER_* ciphers.
jsing
2022-09-04
1
-17
/
+145
*
Remove now unused IMPLEMENT_CFBR macro.
jsing
2022-09-04
1
-10
/
+1
*
Mechanically expand IMPLEMENT_CFBR macros.
jsing
2022-09-04
1
-8
/
+267
*
Remove now unused IMPLEMENT_BLOCK_CIPHER macro.
jsing
2022-09-03
4
-19
/
+4
*
Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.
jsing
2022-09-03
1
-21
/
+486
*
Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.
jsing
2022-09-03
1
-4
/
+162
*
Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.
jsing
2022-09-03
1
-8
/
+161
*
Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.
jsing
2022-09-03
1
-6
/
+162
*
Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.
jsing
2022-09-03
1
-5
/
+163
*
chacha20_poly1305_cleanup() should return 1
tb
2022-08-30
1
-2
/
+2
*
Provide additional defines for EVP AEAD.
jsing
2022-08-27
1
-1
/
+18
*
fix indent and zap trailing whitespace
tb
2022-08-21
1
-3
/
+3
*
Provide EVP_chacha20_poly1305()
jsing
2022-08-20
2
-7
/
+260
*
Remove bogus length checks from EVP_aead_chacha20_poly1305()
jsing
2022-08-20
1
-27
/
+1
*
Mop up key_len assignments.
jsing
2022-08-04
1
-91
/
+59
*
Mop up EVP_CIPH_FLAG_FIPS usage.
jsing
2022-08-04
1
-59
/
+59
*
Remove various aesni_* defines to aes_* functions.
jsing
2022-08-04
1
-56
/
+24
*
Expand BLOCK_CIPHER_* macros.
jsing
2022-08-02
1
-133
/
+1056
*
Reorder functions and remove unnecessary function prototypes.
jsing
2022-07-30
1
-29
/
+24
*
Do not pass input length <= 0 to the cipher handlers
tb
2022-07-26
1
-11
/
+17
*
Remove mkerr.pl remnants from LibreSSL
kn
2022-07-12
2
-12
/
+2
*
Expose new API in headers.
tb
2022-07-07
1
-5
/
+1
*
Prepare to provide EVP_PKEY_security_bits()
tb
2022-06-27
2
-2
/
+20
*
Add hkdf_pkey_meth to the standard_methods[]
tb
2022-05-05
1
-1
/
+3
*
Provide EVP_PKEY_HKDF alias for NID_hkdf
tb
2022-05-05
1
-1
/
+2
*
Provide versions of EVP_PKEY_CTX_{str,hex}2ctrl() for internal use.
tb
2022-05-05
2
-2
/
+38
*
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 BIO_indent return value
inoguchi
2022-01-20
1
-2
/
+3
*
Implement new-style OpenSSL BIO callbacks
tb
2022-01-14
3
-9
/
+9
*
Remove legacy sign/verify from EVP_MD.
tb
2022-01-14
18
-644
/
+53
*
Make structs in evp.h and hmac.h opaque
tb
2022-01-14
2
-134
/
+131
*
Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_API
tb
2022-01-14
1
-15
/
+1
*
Fix typo in header guard
tb
2022-01-12
1
-3
/
+3
*
Prepare to provide the EVP_MD_meth_* API
tb
2022-01-10
2
-2
/
+130
*
Prepare to provide EVP_PKEY_{public,param}_check
tb
2022-01-10
4
-4
/
+72
*
Prepare to provide EVP_PKEY_check()
tb
2022-01-10
4
-4
/
+47
*
Prevent a double free in EVP_MD_CTX_copy_ex()
tb
2022-01-10
1
-1
/
+3
*
Prepare to provide EVP_MD_CTX{,_set}_pkey_ctx()
tb
2022-01-09
4
-5
/
+55
*
Prepare to provide EVP_AEAD_CTX_{new,free}()
tb
2022-01-07
2
-3
/
+29
*
include asn1_locl.h where it will be needed for the bump.
tb
2022-01-07
1
-1
/
+2
*
Add a new, mostly empty, bio_local.h and include it in the files
tb
2022-01-07
3
-3
/
+6
*
Prepare to provide EVP_CIPHER_CTX_{get,set}_cipher_data
tb
2021-12-24
2
-3
/
+22
*
Prepare to provide EVP_CIPHER_CTX_buf_noconst()
tb
2021-12-24
2
-2
/
+11
*
Annotate the structs that will be moved to hmac_local.h and evp_locl.h
tb
2021-12-12
1
-3
/
+10
*
Include evp_locl.h where it will be needed once most structs from
tb
2021-12-12
35
-36
/
+104
*
Add a mostly empty hmac_local.h. HMAC_CTX and a few other things
tb
2021-12-12
1
-1
/
+2
[next]