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
*
Two spellings of key length are enough
tb
2024-01-02
1
-6
/
+7
*
Rename the poor outlier EVP_CIPHER *e into *cipher
tb
2024-01-02
1
-3
/
+3
*
Better variable names in EVP_CIPHER_type()
tb
2024-01-02
1
-7
/
+8
*
Consistently use ctx for an EVP_CIPHER_CTX
tb
2024-01-02
1
-36
/
+36
*
Fix bounds check in EVP_PKEY_CTX_get_keygen_info()
tb
2024-01-01
1
-2
/
+2
*
Remove EVP_PKEY's save_type member
tb
2024-01-01
2
-6
/
+2
*
Some Australians don't like voids either
tb
2023-12-30
1
-3
/
+3
*
Move the EVP_PKEY_asn1_* API that will stay to evp/p_lib.c
tb
2023-12-29
2
-6
/
+256
*
Zap some whitespace
tb
2023-12-29
1
-2
/
+2
*
Move the EVP_MD block size accessor down
tb
2023-12-29
1
-7
/
+11
*
Move the EVP_MD_CTX flag accessors up a bit
tb
2023-12-29
1
-19
/
+19
*
Hoist EVP_MD_CTX accessors to after EVP_MD_CTX_ctrl
tb
2023-12-29
1
-63
/
+62
*
Move init/reset next to cleanup
tb
2023-12-29
1
-13
/
+13
*
Move the copy/copy_ex stuff down below the new/free/clear mess
tb
2023-12-29
1
-63
/
+64
*
Merge the EVP_CIPHER_meth_* API into evp_cipher.c
tb
2023-12-29
2
-186
/
+175
*
Merge the remainder of evp_lib.c into evp_cipher.c
tb
2023-12-29
2
-365
/
+298
*
Move the middle part of evp_lib.c to evp_digest.c
tb
2023-12-29
2
-205
/
+205
*
Use more consistent naming for some files in evp
tb
2023-12-29
3
-3
/
+3
*
EVP_CipherInit(): remove cleanup call
tb
2023-12-26
1
-3
/
+1
*
EVP_CipherInit_ex() merge two code paths
tb
2023-12-26
1
-9
/
+4
*
Move EVP_PKEY_assign() a bit up and tweak it slightly
tb
2023-12-25
1
-10
/
+10
*
Rename a few ret into pkey
tb
2023-12-25
1
-28
/
+29
*
Rework EVP_PKEY_set_type{,_str}()
tb
2023-12-25
1
-34
/
+27
*
Rework EVP_PKEY_free()
tb
2023-12-25
1
-11
/
+7
*
Move EVP_PKEY_free() up next to evp_pkey_free_pkey_ptr()
tb
2023-12-25
1
-19
/
+19
*
Fix EVP_PKEY_up_ref() - must have hit ^X somehow
tb
2023-12-25
1
-2
/
+2
*
Rework evp_pkey_free_pkey_ptr()
tb
2023-12-25
1
-6
/
+7
*
Rename EVP_PKEY_free_it() into evp_pkey_free_pkey_ptr()
tb
2023-12-25
1
-4
/
+4
*
Move the confusingly named EVP_PKEY_free_it() a bit up
tb
2023-12-25
1
-12
/
+10
*
Simplify EVP_PKEY_up_ref()
tb
2023-12-25
1
-3
/
+2
*
Switch EVP_PKEY_new() from malloc() to calloc()
tb
2023-12-25
1
-8
/
+6
*
Move EVP_Digest() next to the functions it wraps
tb
2023-12-24
1
-18
/
+18
*
Use more consistent order for Init/Update/Final
tb
2023-12-23
1
-17
/
+17
*
Remove two no longer necessary reminders
tb
2023-12-22
1
-3
/
+1
*
Remove extra whitespace on two lines
tb
2023-12-22
1
-3
/
+3
*
Add length checks for partial_len
tb
2023-12-22
1
-6
/
+7
*
Simplify some logic in EVP_EncryptInit_ex()
tb
2023-12-22
1
-24
/
+28
*
evp_enc: make some flag checks explicit
tb
2023-12-22
1
-4
/
+4
*
Remove some superfluous parentheses
tb
2023-12-21
1
-3
/
+3
*
Rename impl into engine
tb
2023-12-20
1
-4
/
+4
*
Rename inl to in_len throughout the file
tb
2023-12-20
1
-32
/
+32
*
Rename outl into out_len throughout the file
tb
2023-12-20
1
-32
/
+32
*
Tweak a comment a bit
tb
2023-12-20
1
-3
/
+3
*
Remove block_mask from EVP_CIPHER_CTX
tb
2023-12-20
2
-7
/
+15
*
Add some sanity checks for EVP_CIPHER_meth_new()
tb
2023-12-20
1
-1
/
+8
*
Merge p_open and p_seal into p_legacy
tb
2023-12-20
3
-244
/
+103
*
Fold p_dec.c and p_enc.c into a new p_legacy.c
tb
2023-12-20
2
-78
/
+14
*
Less confusing variable names in EVP_PKEY_{de,en}crypt_old()
tb
2023-12-20
2
-10
/
+10
*
Improve local variable names
tb
2023-12-20
1
-29
/
+29
*
Rename buf_len into partial_len in EVP_CIPHER_CTX
tb
2023-12-20
2
-11
/
+11
[next]