index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
CHANGES
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-09-12
Add a CHANGES entry for the recent ERR changes
Richard Levitte
1
-0
/
+13
2019-09-12
Document the deprecation of ERR_func_error_string()
Richard Levitte
1
-9
/
+16
2019-09-12
Modernise ERR_print_errors_cb()
Richard Levitte
1
-8
/
+14
2019-09-12
Modernise the ERR functionality further (new functions and deprecations)
Richard Levitte
6
-43
/
+198
2019-09-12
include/openssl/err.h: Depend on OPENSSL_NO_FILENAMES, not OPENSSL_NO_ERR
Richard Levitte
1
-13
/
+3
2019-09-12
include/openssl/macros.h: Remove the PEDANTIC OPENSSL_FUNC definition
Richard Levitte
1
-2
/
+2
2019-09-12
util/mkerr.pl: make it not depend on the function code
Richard Levitte
37
-37
/
+37
2019-09-12
BIO_f_zlib: Properly handle BIO_CTRL_PENDING and BIO_CTRL_WPENDING calls.
Tomas Mraz
1
-0
/
+22
2019-09-12
Travis and Appveyor: use HARNESS_VERBOSE_FAILURE rather than HARNESS_VERBOSE
Richard Levitte
2
-3
/
+3
2019-09-12
Rework test/run_tests.pl to support selective verbosity and TAP copy
Richard Levitte
4
-57
/
+172
2019-09-12
util/perl/OpenSSL/Test.pm: Disable stdout/stderr redirection on non-verbosity
Richard Levitte
1
-18
/
+31
2019-09-12
doc/man3/OSSL_PARAM.pod: add details about multiple elements with same key
Richard Levitte
1
-0
/
+4
2019-09-12
doc/man3/OSSL_PARAM.pod: remove a comment that isn't true any more
Richard Levitte
1
-5
/
+0
2019-09-12
doc/man3/OSSL_PARAM.pod: conform to man-page standards
Richard Levitte
1
-50
/
+50
2019-09-12
test/evp_test.c: try fetching algorithms
Richard Levitte
1
-2
/
+16
2019-09-12
Update the bundled external perl module Text-Template to version 1.56
Richard Levitte
57
-3116
/
+3620
2019-09-12
Clarify the status of bundled external perl modules
Richard Levitte
1
-1
/
+2
2019-09-12
Rework the perl fallback functionality
Richard Levitte
7
-59
/
+124
2019-09-12
Avoid passing NULL to memcpy
Matt Caswell
1
-10
/
+6
2019-09-12
Pass the correct ctx to provider KDF functions
Matt Caswell
1
-1
/
+1
2019-09-12
Fix no-engine
Matt Caswell
1
-1
/
+2
2019-09-12
Fix no-dsa
Matt Caswell
2
-1
/
+9
2019-09-12
Fix test error if scrypt is disabled
Paul Yang
1
-1
/
+2
2019-09-11
crypto/threads_win.c: fix preprocessor indentation
Dr. Matthias St. Pierre
1
-3
/
+3
2019-09-11
drbg: fix issue where DRBG_CTR fails if NO_DF is used (2nd attempt)
Dr. Matthias St. Pierre
1
-2
/
+4
2019-09-11
drbg: add fork id to additional data on UNIX systems
Dr. Matthias St. Pierre
1
-0
/
+3
2019-09-11
drbg: ensure fork-safety without using a pthread_atfork handler
Dr. Matthias St. Pierre
10
-30
/
+84
2019-09-11
Add EVP_CIPHER_CTX_tag_length()
Shane Lontis
13
-4
/
+61
2019-09-11
Usages of KDFs converted to use the name macros
Pauli
4
-4
/
+4
2019-09-11
Register KDF's using their name macros rather than strings
Pauli
2
-12
/
+12
2019-09-11
Make FIPS provider use KDF name for PBKDF2
Pauli
1
-1
/
+1
2019-09-11
Update tests to (mostly) use KDF names
Pauli
1
-11
/
+11
2019-09-11
Convert SSL functions to use KDF names not SN_ strings
Pauli
2
-3
/
+3
2019-09-11
Add macros for the KDF algorithm names.
Pauli
1
-0
/
+10
2019-09-11
Coverity 1453629 and 1453638: Error handling issues (NEGATIVE_RETURNS)
Pauli
1
-0
/
+4
2019-09-11
Coverity 1453634: Resource leaks (RESOURCE_LEAK)
Pauli
1
-1
/
+3
2019-09-11
Coverity 1453633: Error handling issues (CHECKED_RETURN)
Pauli
1
-1
/
+3
2019-09-11
Coverity 1453632 & 1453635: Null pointer dereferences (FORWARD_NULL)
Pauli
1
-2
/
+3
2019-09-11
Coverity 1453630: Null pointer dereferences (FORWARD_NULL)
Pauli
1
-1
/
+2
2019-09-11
Coverity 1453628: Null pointer dereferences (REVERSE_INULL)
Pauli
1
-1
/
+1
2019-09-11
Coverity 1453627: Null pointer dereferences (REVERSE_INULL)
Pauli
1
-1
/
+2
2019-09-11
Coverity 1414465: Resource leaks (RESOURCE_LEAK)
Pauli
1
-1
/
+3
2019-09-10
Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkey
Bernd Edlinger
5
-5
/
+45
2019-09-10
Fix a potential crash in rand_unix.c
Bernd Edlinger
1
-31
/
+84
2019-09-10
Fix a strict warnings error in rand_pool_acquire_entropy
Bernd Edlinger
1
-17
/
+22
2019-09-09
[test] ECC: check the bounds for auto computing cofactor
Billy Brumley
1
-0
/
+91
2019-09-09
Fix build with VS2008
Bernd Edlinger
1
-1
/
+2
2019-09-09
Use simple names in core_names.h
Matt Caswell
2
-9
/
+9
2019-09-09
Move EVP_PKEY algorithm implementations into a union
Matt Caswell
6
-101
/
+172
2019-09-09
Revise EVP_PKEY param handling
Matt Caswell
13
-99
/
+464
[next]