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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-12-28
Rework pkey_rsa_keygen()
tb
1
-17
/
+21
2023-12-28
Rework rsa_priv_decode()
tb
1
-14
/
+17
2023-12-28
Clean up old_rsa_priv_decode()
tb
1
-4
/
+13
2023-12-28
Clean up and fix pkey_cmac_keygen()
tb
1
-11
/
+16
2023-12-28
Replace EVP_KEY_assign_GOST() calls with EVP_PKEY_set_type()
tb
1
-3
/
+7
2023-12-28
Fix another EVP_PKEY_assign_GOST() call
tb
1
-2
/
+4
2023-12-28
Clean up pkey_gost_mac_keygen()
tb
1
-8
/
+15
2023-12-27
Add initial regress for CRYPTO_EX_DATA.
jsing
3
-1
/
+237
2023-12-27
Remove engine regress.
jsing
3
-264
/
+1
2023-12-27
X509_LOOKUP_shutdown() became a noop.
tb
1
-2
/
+1
2023-12-26
Rename some argument placeholders to be less cryptic,
schwarze
2
-55
/
+58
2023-12-26
Close some major gaps in the documentation of EVP_Cipher(3),
schwarze
1
-10
/
+65
2023-12-26
EVP_CipherInit(): remove cleanup call
tb
1
-3
/
+1
2023-12-26
EVP_CipherInit_ex() merge two code paths
tb
1
-9
/
+4
2023-12-25
Move EVP_PKEY_assign() a bit up and tweak it slightly
tb
1
-10
/
+10
2023-12-25
Remove unused X509_LOOKUP_METHODs
tb
5
-43
/
+12
2023-12-25
Avoid out-of-bounds accesses in ASN1_BIT_STRING_{get,set}()
tb
1
-14
/
+26
2023-12-25
Rename a few ret into pkey
tb
1
-28
/
+29
2023-12-25
Rework EVP_PKEY_set_type{,_str}()
tb
1
-34
/
+27
2023-12-25
Rework EVP_PKEY_free()
tb
1
-11
/
+7
2023-12-25
Move EVP_PKEY_free() up next to evp_pkey_free_pkey_ptr()
tb
1
-19
/
+19
2023-12-25
Fix EVP_PKEY_up_ref() - must have hit ^X somehow
tb
1
-2
/
+2
2023-12-25
Rework evp_pkey_free_pkey_ptr()
tb
1
-6
/
+7
2023-12-25
Rename EVP_PKEY_free_it() into evp_pkey_free_pkey_ptr()
tb
1
-4
/
+4
2023-12-25
Move the confusingly named EVP_PKEY_free_it() a bit up
tb
1
-12
/
+10
2023-12-25
Simplify EVP_PKEY_up_ref()
tb
1
-3
/
+2
2023-12-25
Switch EVP_PKEY_new() from malloc() to calloc()
tb
1
-8
/
+6
2023-12-25
Clarify that the ENGINE argument is ignored; OK tb@.
schwarze
1
-11
/
+10
2023-12-24
Move EVP_Digest() next to the functions it wraps
tb
1
-18
/
+18
2023-12-23
Use more consistent order for Init/Update/Final
tb
1
-17
/
+17
2023-12-23
Prefix get_trusted_issuer() with x509_vfy_
tb
1
-4
/
+3
2023-12-22
Remove two no longer necessary reminders
tb
1
-3
/
+1
2023-12-22
Remove extra whitespace on two lines
tb
1
-3
/
+3
2023-12-22
Add length checks for partial_len
tb
1
-6
/
+7
2023-12-22
Rename check_hosts()
tb
1
-3
/
+3
2023-12-22
Replace check_trust() with its x509_vfy_ prefixed wrapper
tb
1
-11
/
+4
2023-12-22
Replace check_chain_extensions() with its x509_vfy_ wrapper
tb
1
-8
/
+2
2023-12-22
Replace check_id() with its x509_vfy_check_id() wrapper
tb
1
-9
/
+4
2023-12-22
Remove a bunch of function pointers from X509_STORE_CTX
tb
2
-42
/
+18
2023-12-22
Simplify some logic in EVP_EncryptInit_ex()
tb
1
-24
/
+28
2023-12-22
Clean up includes in cms_smime.c
tb
1
-7
/
+14
2023-12-22
evp_enc: make some flag checks explicit
tb
1
-4
/
+4
2023-12-22
Remove cleanup() and get_crl() from X509_STORE_CTX
tb
2
-15
/
+3
2023-12-22
Remove unused function pointers from X509_STORE
tb
2
-55
/
+11
2023-12-21
Remove EVP_PKEY_asn1_add{0,_alias}() documentation
tb
4
-78
/
+14
2023-12-21
Mark some API-to-be-removed as intentionally undocumented
tb
1
-2
/
+6
2023-12-21
Remove some superfluous parentheses
tb
1
-3
/
+3
2023-12-20
Clean up includes in cms_pwri.c
tb
1
-8
/
+10
2023-12-20
Use BIO_indent() for indentation in tasn_prn.c
tb
1
-10
/
+4
2023-12-20
Rename impl into engine
tb
1
-4
/
+4
[next]