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-30
Some Australians don't like voids either
tb
1
-3
/
+3
2023-12-30
One more missing void was hiding here
tb
1
-2
/
+2
2023-12-30
Some BoringSSL devs spent too much time with C++
tb
2
-4
/
+4
2023-12-30
Add extended regress coverage for ASN.1 methods
tb
1
-1
/
+147
2023-12-30
Fix two more unchecked EVP_PKEY_assign() calls
tb
1
-17
/
+25
2023-12-29
fix previous: key -> parameter
tb
1
-2
/
+2
2023-12-29
A .Xr to DSA_generate_parameters_ex() was lost accidentally
tb
1
-1
/
+2
2023-12-29
Move DSA_generate_parameters.3 to DSA_generate_parameters_ex.3
tb
2
-3
/
+3
2023-12-29
Adjust documentation for upcoming DSA_generate_parameters removal
tb
5
-70
/
+17
2023-12-29
ameth_lib: zap trailing empty line
tb
1
-2
/
+1
2023-12-29
eckey: adjust some variable names and unwrap function definitions
tb
1
-11
/
+8
2023-12-29
Clean up old_ec_priv_decode()
tb
1
-10
/
+17
2023-12-29
Clean up eckey_param_decode()
tb
1
-9
/
+16
2023-12-29
Rework eckey_priv_decode()
tb
1
-49
/
+53
2023-12-29
Move a call to X509_ALGOR_get0() down a line
tb
1
-2
/
+2
2023-12-29
Neuter the SSL_set_debug(3) API
tb
4
-21
/
+5
2023-12-29
Garbage collect the last users of SSL_set_debug(3)
tb
2
-5
/
+2
2023-12-29
s_client: pause hasn't worked in ages. Just ignore it
tb
2
-13
/
+5
2023-12-29
Move the EVP_PKEY_asn1_* API that will stay to evp/p_lib.c
tb
5
-212
/
+260
2023-12-29
Zap some whitespace
tb
1
-2
/
+2
2023-12-29
Replace outdated comment on EVP_PKEY_asn1_find() with a todo item
tb
1
-5
/
+5
2023-12-29
Move EVP_PKEY_asn1_add* to the end of the file
tb
1
-15
/
+20
2023-12-29
Move the EVP_MD block size accessor down
tb
1
-7
/
+11
2023-12-29
Move the EVP_MD_CTX flag accessors up a bit
tb
1
-19
/
+19
2023-12-29
Hoist EVP_MD_CTX accessors to after EVP_MD_CTX_ctrl
tb
1
-63
/
+62
2023-12-29
Move init/reset next to cleanup
tb
1
-13
/
+13
2023-12-29
Move the copy/copy_ex stuff down below the new/free/clear mess
tb
1
-63
/
+64
2023-12-29
Merge the EVP_CIPHER_meth_* API into evp_cipher.c
tb
3
-188
/
+176
2023-12-29
Merge the remainder of evp_lib.c into evp_cipher.c
tb
3
-367
/
+299
2023-12-29
Move the middle part of evp_lib.c to evp_digest.c
tb
2
-205
/
+205
2023-12-29
Use more consistent naming for some files in evp
tb
4
-7
/
+7
2023-12-29
Use a void pointer rather than char for method_data
tb
2
-9
/
+7
2023-12-29
Remove the unused init flag of X509_LOOKUP
tb
1
-2
/
+1
2023-12-28
Clean up pkey_ec_paramgen()
tb
1
-10
/
+17
2023-12-28
Rework pkey_das_paramgen()
tb
1
-16
/
+21
2023-12-28
Rework pkey_dh_paramgen()
tb
1
-16
/
+19
2023-12-28
Fix pkey_ec_keygen()
tb
1
-13
/
+20
2023-12-28
Rework pkey_dsa_keygen()
tb
1
-9
/
+18
2023-12-28
Rework pkey_dh_keygen()
tb
1
-9
/
+19
2023-12-28
Rework and fix pkey_hmac_keygen()
tb
1
-8
/
+15
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
[prev]
[next]