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
*
Remove engine regress.
jsing
2023-12-27
3
-264
/
+1
*
X509_LOOKUP_shutdown() became a noop.
tb
2023-12-27
1
-2
/
+1
*
Rename some argument placeholders to be less cryptic,
schwarze
2023-12-26
2
-55
/
+58
*
Close some major gaps in the documentation of EVP_Cipher(3),
schwarze
2023-12-26
1
-10
/
+65
*
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
*
Remove unused X509_LOOKUP_METHODs
tb
2023-12-25
5
-43
/
+12
*
Avoid out-of-bounds accesses in ASN1_BIT_STRING_{get,set}()
tb
2023-12-25
1
-14
/
+26
*
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
*
Clarify that the ENGINE argument is ignored; OK tb@.
schwarze
2023-12-25
1
-11
/
+10
*
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
*
Prefix get_trusted_issuer() with x509_vfy_
tb
2023-12-23
1
-4
/
+3
*
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
*
Rename check_hosts()
tb
2023-12-22
1
-3
/
+3
*
Replace check_trust() with its x509_vfy_ prefixed wrapper
tb
2023-12-22
1
-11
/
+4
*
Replace check_chain_extensions() with its x509_vfy_ wrapper
tb
2023-12-22
1
-8
/
+2
*
Replace check_id() with its x509_vfy_check_id() wrapper
tb
2023-12-22
1
-9
/
+4
*
Remove a bunch of function pointers from X509_STORE_CTX
tb
2023-12-22
2
-42
/
+18
*
Simplify some logic in EVP_EncryptInit_ex()
tb
2023-12-22
1
-24
/
+28
*
Clean up includes in cms_smime.c
tb
2023-12-22
1
-7
/
+14
*
evp_enc: make some flag checks explicit
tb
2023-12-22
1
-4
/
+4
*
Remove cleanup() and get_crl() from X509_STORE_CTX
tb
2023-12-22
2
-15
/
+3
*
Remove unused function pointers from X509_STORE
tb
2023-12-22
2
-55
/
+11
*
Remove EVP_PKEY_asn1_add{0,_alias}() documentation
tb
2023-12-21
4
-78
/
+14
*
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
[next]