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
*
Move check_defer() and obj_cleanup_defer to evp/names.c
tb
2023-06-29
1
-1
/
+4
*
Rename all occurrences of e in this file to engine
tb
2023-06-20
1
-15
/
+15
*
Rename int_ctx_new() into evp_pkey_ctx_new()
tb
2023-06-20
1
-4
/
+4
*
Clean up and fix int_ctx_new()
tb
2023-06-20
1
-34
/
+30
*
Clean up EVP_PKEY_CTX_meth_dup()
tb
2023-06-20
1
-22
/
+19
*
Remove e_old.c again
tb
2023-04-26
1
-159
/
+0
*
Reinstate e_old.c it is still used by -portable
tb
2023-04-25
1
-0
/
+159
*
e_old can also go
tb
2023-04-25
1
-159
/
+0
*
Move truncated sha-2 and sha3 out of #ifdef wrappers
tb
2023-04-25
1
-5
/
+1
*
Remove X9.31 support
tb
2023-04-25
1
-2
/
+1
*
Wire up truncated SHA-2, SHA-3 and related things
tb
2023-04-25
1
-1
/
+9
*
Provide EVP methods for SHA3 224/256/384/512.
jsing
2023-04-16
2
-1
/
+182
*
Provide EVP methods for SHA512/224 and SHA512/256.
jsing
2023-04-16
2
-2
/
+83
*
Provide and use sha{224,384}_{update,final} functions.
jsing
2023-04-09
1
-28
/
+54
*
Rename SHA functions to have sha{1,224,256,384,512}_ prefix.
jsing
2023-04-09
1
-31
/
+31
*
Expose the EVP_CIPHER_meth_* API (setter only) in evp.h
tb
2023-03-10
1
-3
/
+1
*
Convert EVP_CIPHER_meth_dup() to using calloc()
tb
2023-03-01
1
-3
/
+2
*
Make cipher_method_lib.c compile with LibreSSL
tb
2023-03-01
1
-15
/
+29
*
Add EVP_CIPHER_meth_* prototypes to evp.h
tb
2023-03-01
1
-1
/
+25
*
Make the cleanup() method return an int again
tb
2023-03-01
4
-7
/
+12
*
Fix line wrapping of function pointer arguments
tb
2023-03-01
1
-15
/
+8
*
First KNF approximation as per knfmt(1)
tb
2023-03-01
1
-60
/
+72
*
Drop the EVP_CIPHER_METH_get_* functions
tb
2023-03-01
1
-42
/
+1
*
Add RCS tag
tb
2023-03-01
1
-0
/
+1
*
Revert OpenSSL commit aa6bb135
tb
2023-03-01
1
-5
/
+54
*
libcrypto: import a copy of OpenSSL 1.1's cmeth_lib.c
tb
2023-03-01
1
-0
/
+151
*
spelling fixes; from paul tagliamonte
jmc
2022-12-26
3
-6
/
+6
*
Make header guards of internal headers consistent
tb
2022-11-26
1
-4
/
+4
*
Make internal header file names consistent
tb
2022-11-26
53
-113
/
+113
*
Change the pkey.ptr from char * to void *
tb
2022-11-18
2
-4
/
+4
*
Expose various EVP hooks for Ed25519 and X25519
tb
2022-11-13
1
-6
/
+3
*
Implement EVP interfaces for Ed25519 and X25519.
jsing
2022-11-10
3
-3
/
+26
*
Provide digestsign/digestverify hooks for EVP_PKEY_METHOD.
jsing
2022-11-10
4
-4
/
+32
*
Port EVP raw key API from OpenSSL.
jsing
2022-11-10
3
-4
/
+106
*
Fix up indentation for EVP_PKEY_* defines.
jsing
2022-11-09
1
-19
/
+19
*
Clean up EVP_PKEY_METHOD related tables and code.
jsing
2022-11-09
1
-56
/
+41
*
Sort EVP_PKEY_METHOD externs.
jsing
2022-11-09
1
-5
/
+10
*
Add EVP_chacha20_poly1305()
tb
2022-10-21
1
-1
/
+4
*
Use LONG_MAX as the limit for ciphers with long based APIs.
jsing
2022-09-15
6
-169
/
+120
*
Stop pretending that EVP_CIPHER cleanup can fail.
jsing
2022-09-13
4
-14
/
+15
*
Expose EVP_chacha20_poly1305()
tb
2022-09-11
1
-3
/
+1
*
Expose various EVP AEAD constants for EVP ChaCha and QUIC
tb
2022-09-11
1
-3
/
+1
*
Increment the input and output position for EVP AES CFB1.
jsing
2022-09-10
1
-1
/
+3
*
Use correct length for EVP CFB mode ciphers.
jsing
2022-09-10
7
-22
/
+22
*
Replace aes_{ccm,xts}_cleanup usage with NULL.
jsing
2022-09-06
1
-16
/
+11
*
Stop casting a size_t to a long and then passing it as a size_t.
jsing
2022-09-06
3
-31
/
+31
*
Remove dead code.
jsing
2022-09-04
2
-36
/
+12
*
Add bounds checks for various EVP cipher implementations.
jsing
2022-09-04
6
-7
/
+98
*
Remove dead code.
jsing
2022-09-04
5
-25
/
+10
*
Expand the looney M_do_cipher macro.
jsing
2022-09-04
1
-11
/
+9
[next]