index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
wrap.pl
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-11-27
Update bio_ok.c
ihsinme
1
-1
/
+1
2020-11-27
Remove d2i_DHparams.pod and move documentation to d2i_RSAPrivateKey.pod
Matt Caswell
2
-44
/
+8
2020-11-27
Updates the CHANGES.md entry regarding DH deprecation
Matt Caswell
1
-4
/
+15
2020-11-27
Convert DH deprecations to the new way of deprecating functions
Matt Caswell
1
-120
/
+117
2020-11-27
Deprecate more DH functions
Matt Caswell
4
-50
/
+61
2020-11-27
Don't test a deprecated function in a no-deprecated build
Matt Caswell
1
-2
/
+2
2020-11-27
Remove fuzzing of deprecated functions in a no-deprecated build
Matt Caswell
1
-1
/
+1
2020-11-27
Deprecate the DHparams and DHxparams PEM routines
Matt Caswell
5
-15
/
+21
2020-11-27
Deprecate EVP_PKEY_assign_DH and other similar macros
Matt Caswell
4
-29
/
+10
2020-11-27
Deprecate functions for getting and setting DH values in an EVP_PKEY
Matt Caswell
1
-2
/
+2
2020-11-27
Deprecate DH_new as well as i2d_DHparams and d2i_DHparams
Matt Caswell
3
-9
/
+14
2020-11-27
TEST: Adapt test/errtest for the 'no-err' configuration
Richard Levitte
1
-9
/
+26
2020-11-27
ERR: Restore the similarity of ERR_print_error_cb() and ERR_error_string_n()
Richard Levitte
3
-32
/
+25
2020-11-27
Fix no-deprecated configuration
Shane Lontis
1
-2
/
+2
2020-11-26
Fix EVP_CIPHER_CTX_set_padding for legacy path
Shane Lontis
1
-0
/
+2
2020-11-26
EVP: don't touch the lock for evp_pkey_downgrade
Daniel Bevenius
1
-18
/
+18
2020-11-26
Documentation improvements for EVP_DigestInit_ex and related functions
Tomas Mraz
1
-3
/
+8
2020-11-26
Fix regression in EVP_DigestInit_ex: crash when called with NULL type
Tomas Mraz
1
-7
/
+8
2020-11-26
Add test for no reset after DigestFinal_ex and DigestFinalXOF
Tomas Mraz
1
-0
/
+46
2020-11-26
EVP_DigestFinalXOF must not reset the EVP_MD_CTX
Tomas Mraz
1
-1
/
+1
2020-11-26
Fix no-posix-io
Matt Caswell
1
-6
/
+3
2020-11-26
APPS: Modify apps/cmp.c to use set_base_ui_method() for its -batch option
Richard Levitte
1
-6
/
+2
2020-11-26
APPS: Make it possible for apps to set the base (fallback) UI_METHOD
Richard Levitte
2
-9
/
+18
2020-11-26
Prepare for 3.0 alpha 10
Matt Caswell
3
-4
/
+4
2020-11-26
Prepare for release of 3.0 alpha 9
openssl-3.0.0-alpha9
Matt Caswell
3
-4
/
+4
2020-11-26
Update copyright year
Matt Caswell
120
-120
/
+120
2020-11-26
DOC: Add note on how to terminate an OSSL_PARAM array
Richard Levitte
1
-2
/
+12
2020-11-25
Fix no-rc2
Matt Caswell
1
-8
/
+12
2020-11-25
Remove deprecation warning suppression from genpkey
Matt Caswell
3
-28
/
+35
2020-11-25
apps/cmp.c: fix crash with -batch option on OPENSSL_NO_UI_CONSOLE
Dr. David von Oheimb
3
-7
/
+4
2020-11-25
apps/cmp.c: Improve description of key loaded due to -newkew option
Dr. David von Oheimb
1
-2
/
+3
2020-11-25
re-encrypt 81-test_cmp_cli_data/Mock/signer.p12 with AES-256-CBC (avoiding DES)
Dr. David von Oheimb
1
-0
/
+0
2020-11-25
Re-enable testing of ciphersuites
Matt Caswell
3
-80
/
+107
2020-11-25
Fix RC4-MD5 based ciphersuites
Matt Caswell
6
-10
/
+24
2020-11-25
Ensure Stream ciphers know how to remove a TLS MAC
Matt Caswell
1
-9
/
+20
2020-11-25
Test that OSSL_STORE can load various types of params
Matt Caswell
5
-2
/
+123
2020-11-25
Test various deprecated PEM_read_bio_* APIs
Matt Caswell
10
-1
/
+349
2020-11-25
Don't forget the datatype when decoding a PEM file
Matt Caswell
1
-2
/
+2
2020-11-25
APPS: Guard use of IPv6 functions and constants with a check of AF_INET6
Richard Levitte
1
-0
/
+4
2020-11-24
Undeprecate the -dsaparam option in the dhparam app
Matt Caswell
2
-7
/
+1
2020-11-24
Add missing ERR_load_KDF_strings(3) to util/missingcrypto111.txt as well.
Richard Levitte
1
-0
/
+1
2020-11-24
ERR: Rebuild all generated error headers and source files
Richard Levitte
124
-376
/
+1286
2020-11-24
Modify the ERR init functions to use the internal ERR string loaders
Richard Levitte
19
-227
/
+373
2020-11-24
ERR: Modify util/mkerr.pl to produce internal err string loaders
Richard Levitte
2
-166
/
+330