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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Mark some API-to-be-removed as intentionally undocumented
tb
2023-12-21
1
-2
/
+6
*
Remove some superfluous parentheses
tb
2023-12-21
1
-3
/
+3
*
Clean up includes in cms_pwri.c
tb
2023-12-20
1
-8
/
+10
*
Use BIO_indent() for indentation in tasn_prn.c
tb
2023-12-20
1
-10
/
+4
*
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
4
-247
/
+104
*
Fold p_dec.c and p_enc.c into a new p_legacy.c
tb
2023-12-20
3
-81
/
+16
*
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
*
Clean up EVP_DecryptFinal_ex()
tb
2023-12-20
1
-32
/
+35
*
Clean up EVP_EncryptFinal_ex()
tb
2023-12-20
1
-16
/
+13
*
Simplify EVP_DecryptUpdate() a bit
tb
2023-12-20
1
-26
/
+28
*
Remove commented out version of EVP_SealUpdate()
tb
2023-12-20
1
-13
/
+1
*
Remove preprocessor mess in EVP_PKEY_{de,en}crypt_old()
tb
2023-12-20
2
-39
/
+8
*
Remove a changelog from 1991
tb
2023-12-20
1
-8
/
+1
*
DES_random_key() sets the key
tb
2023-12-20
3
-71
/
+15
*
Remove commented-out code
tb
2023-12-20
1
-8
/
+1
*
A small cleanup of malloc_bytes(), getting rid of a goto and a tiny
otto
2023-12-19
1
-29
/
+27
*
cmac: use block_size rather than bl
tb
2023-12-18
1
-35
/
+36
*
Clean up EVP_PBE_CipherInit() a little
tb
2023-12-18
1
-25
/
+18
*
c2sp: replace openssl 3.0 with 3.2 support
tb
2023-12-17
1
-2
/
+2
*
ASN1_STRING_TABLE_get.3: grammar: have -> has
tb
2023-12-16
1
-2
/
+2
*
EVP_EncryptUpdate(): make block_size and block_mask const
tb
2023-12-16
1
-3
/
+3
*
First cleanup pass over EVP_EncryptUpdate()
tb
2023-12-16
1
-36
/
+37
*
Move EVP_PBE_find() next to the tables
tb
2023-12-16
1
-46
/
+46
*
Remove OBJ_bsearch_() usage from PBE
tb
2023-12-16
1
-79
/
+175
*
Using two different spellings of NULL in the same line is an achievement
tb
2023-12-16
1
-2
/
+2
*
Annotate incorrect value for ub_email_address
tb
2023-12-16
2
-3
/
+8
*
Neuter the ASN1_STRING_TABLE modification API
tb
2023-12-16
1
-133
/
+16
*
Remove call to ASN1_STRING_TABLE_cleanup()
tb
2023-12-16
1
-2
/
+1
*
asn1.h: mark a type and a bunch of macros for removal
tb
2023-12-16
1
-2
/
+3
*
Rename ASN1_STRING_TABLE_add manual to _get
tb
2023-12-16
2
-3
/
+3
*
Remove ASN1_STRING_TABLE_{add,cleanup}() documentation
tb
2023-12-16
1
-71
/
+14
*
Implement and use a do_cipher() wrapper
tb
2023-12-16
1
-59
/
+63
*
Remove the string_table test
tb
2023-12-15
2
-130
/
+1
*
Remove strings.h again
tb
2023-12-15
1
-2
/
+1
*
Remove EVP_PBE_cleanup() from EVP_cleanup()
tb
2023-12-15
1
-2
/
+1
*
Move all the neutered PBE API to the bottom of the file
tb
2023-12-15
1
-17
/
+17
*
Remove unprotected global state from EVP_PBE
tb
2023-12-15
1
-76
/
+8
*
Fix a return value confusion in chacha20_poly1305_cipher()
tb
2023-12-15
1
-2
/
+2
*
Disallow ciphers with EVP_CIPH_FLAG_CUSTOM_CIPHER in CMAC
tb
2023-12-15
1
-1
/
+8
*
Document EVP_Cipher() in code
tb
2023-12-15
1
-1
/
+13
*
Move EVP_Cipher() from evp_lib.c to evp_enc.c
tb
2023-12-15
2
-9
/
+9
*
Clean up includes
tb
2023-12-15
1
-6
/
+4
[prev]
[next]