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
/
usr.bin
/
openssl
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-12-20
Clean up EVP_DecryptFinal_ex()
tb
1
-32
/
+35
2023-12-20
Clean up EVP_EncryptFinal_ex()
tb
1
-16
/
+13
2023-12-20
Simplify EVP_DecryptUpdate() a bit
tb
1
-26
/
+28
2023-12-20
Remove commented out version of EVP_SealUpdate()
tb
1
-13
/
+1
2023-12-20
Remove preprocessor mess in EVP_PKEY_{de,en}crypt_old()
tb
2
-39
/
+8
2023-12-20
Remove a changelog from 1991
tb
1
-8
/
+1
2023-12-20
DES_random_key() sets the key
tb
3
-71
/
+15
2023-12-20
Remove commented-out code
tb
1
-8
/
+1
2023-12-19
A small cleanup of malloc_bytes(), getting rid of a goto and a tiny
otto
1
-29
/
+27
2023-12-18
cmac: use block_size rather than bl
tb
1
-35
/
+36
2023-12-18
Clean up EVP_PBE_CipherInit() a little
tb
1
-25
/
+18
2023-12-17
c2sp: replace openssl 3.0 with 3.2 support
tb
1
-2
/
+2
2023-12-16
ASN1_STRING_TABLE_get.3: grammar: have -> has
tb
1
-2
/
+2
2023-12-16
EVP_EncryptUpdate(): make block_size and block_mask const
tb
1
-3
/
+3
2023-12-16
First cleanup pass over EVP_EncryptUpdate()
tb
1
-36
/
+37
2023-12-16
Move EVP_PBE_find() next to the tables
tb
1
-46
/
+46
2023-12-16
Remove OBJ_bsearch_() usage from PBE
tb
1
-79
/
+175
2023-12-16
Using two different spellings of NULL in the same line is an achievement
tb
1
-2
/
+2
2023-12-16
Annotate incorrect value for ub_email_address
tb
2
-3
/
+8
2023-12-16
Neuter the ASN1_STRING_TABLE modification API
tb
1
-133
/
+16
2023-12-16
Remove call to ASN1_STRING_TABLE_cleanup()
tb
1
-2
/
+1
2023-12-16
asn1.h: mark a type and a bunch of macros for removal
tb
1
-2
/
+3
2023-12-16
Rename ASN1_STRING_TABLE_add manual to _get
tb
2
-3
/
+3
2023-12-16
Remove ASN1_STRING_TABLE_{add,cleanup}() documentation
tb
1
-71
/
+14
2023-12-16
Implement and use a do_cipher() wrapper
tb
1
-59
/
+63
2023-12-15
Remove the string_table test
tb
2
-130
/
+1
2023-12-15
Remove strings.h again
tb
1
-2
/
+1
2023-12-15
Remove EVP_PBE_cleanup() from EVP_cleanup()
tb
1
-2
/
+1
2023-12-15
Move all the neutered PBE API to the bottom of the file
tb
1
-17
/
+17
2023-12-15
Remove unprotected global state from EVP_PBE
tb
1
-76
/
+8
2023-12-15
Fix a return value confusion in chacha20_poly1305_cipher()
tb
1
-2
/
+2
2023-12-15
Disallow ciphers with EVP_CIPH_FLAG_CUSTOM_CIPHER in CMAC
tb
1
-1
/
+8
2023-12-15
Document EVP_Cipher() in code
tb
1
-1
/
+13
2023-12-15
Move EVP_Cipher() from evp_lib.c to evp_enc.c
tb
2
-9
/
+9
2023-12-15
Clean up includes
tb
1
-6
/
+4
2023-12-15
Neuter EVP_PKEY_asn1_add{0,_alias}()
tb
1
-42
/
+10
2023-12-15
Hoist OBJ_sn2nid() over OBJ_ln2nid()
tb
1
-17
/
+17
2023-12-15
Coverity rightly points out that an unsigned int is always >= 0
tb
1
-4
/
+4
2023-12-14
OBJ_create: sorry Omar, aobj is a better name than op
tb
1
-5
/
+5
2023-12-14
OBJ_create: use a nid variable to avoid nested function call
tb
1
-3
/
+4
2023-12-14
OBJ_create: malloc() -> calloc()
tb
1
-2
/
+2
2023-12-14
OBJ_create: test and assign as usual
tb
1
-7
/
+7
2023-12-14
OBJ_create: initialize buf and turn function into single exit
tb
1
-4
/
+5
2023-12-14
OBJ_create: rename ok to ret and make it last declaration
tb
1
-4
/
+4
2023-12-14
OBJ_create(): rename i to len
tb
1
-8
/
+8
2023-12-14
OBJ_create(): remove pointless parentheses
tb
1
-4
/
+4
2023-12-14
OBJ_create(): remove useless cast
tb
1
-2
/
+2
2023-12-14
OPENSSL_assert() that the passed nid is within range
tb
1
-1
/
+7
2023-12-14
Bump OPENSSL_showfatal() from LOG_INFO to LOG_CONS
tb
1
-2
/
+2
2023-12-14
Move the txt to obj/nid conversions a bit down.
tb
1
-42
/
+42
[prev]
[next]