index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-06
Make the EC code available from inside the FIPS provider
Matt Caswell
1
-1
/
+1
2019-08-06
Correct the Extended Master Secret string for EBCDIC
Matt Caswell
2
-1
/
+8
2019-08-05
Fix SSL_MODE_RELEASE_BUFFERS functionality
Matt Caswell
1
-2
/
+3
2019-08-05
Documentation for the provider Key Exchange operation
Matt Caswell
3
-8
/
+187
2019-08-04
Fix deprecation inconsisteny w.r.t. CRYPTO_mem_debug_{push,pop}()
David von Oheimb
1
-0
/
+2
2019-08-02
Replace FUNCerr with ERR_raise_data
Rich Salz
15
-71
/
+94
2019-08-02
Use NULL as parameter when pointer can only be NULL.
Pauli
1
-1
/
+1
2019-08-01
Fix commit a672a02a s390x build breakage
Patrick Steuer
1
-3
/
+3
2019-08-01
Add missing accessors for X509 AuthorityKeyIdentifier
Dr. Matthias St. Pierre
4
-0
/
+30
2019-08-01
Add a CHANGES entry about loading the config file by default
Matt Caswell
1
-0
/
+6
2019-08-01
Fix the krb5 external test
Matt Caswell
1
-1
/
+4
2019-08-01
Load the config file by default
Matt Caswell
11
-63
/
+131
2019-08-01
Suppress loading the FIPS module in evp_test
Matt Caswell
1
-1
/
+4
2019-08-01
Properly process the "Availablein" keyword for evp_test
Matt Caswell
1
-2
/
+1
2019-08-01
Prevent an infinite recursion when the query cache is flushed.
Pauli
1
-1
/
+1
2019-08-01
The query cache has been updated to not depend on RAND_bytes being available.
Pauli
1
-31
/
+38
2019-08-01
Use allow_early_data_cb from SSL instead of SSL_CTX
raja-ashok
1
-3
/
+3
2019-07-31
Fix warning C4164 in MSVC.
joe2018Outlookcom
1
-0
/
+1
2019-07-31
make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSA
David von Oheimb
9
-4
/
+38
2019-07-31
Add gcm ciphers (aes and aria) to providers.
Shane Lontis
18
-59
/
+1467
2019-07-31
Temporary workaround for ectest.c for [extended tests]
Nicola Tuveri
1
-1
/
+1
2019-07-31
ERR: fix err_data_size inconsistencies
Richard Levitte
2
-4
/
+4
2019-07-31
Rename X509_STORE ptr stored in opaque struct X509_STORE_CTX
Shane Lontis
3
-8
/
+8
2019-07-31
Add evp_util macros
Shane Lontis
7
-30
/
+78
2019-07-31
CAdES : lowercase name for now internal methods.
FdaSilvaYY
13
-51
/
+51
2019-07-31
Document recent changes in NEWS and CHANGES
Richard Levitte
2
-0
/
+11
2019-07-31
Check for NULL return from zalloc in dh_dupctx.
Pauli
1
-0
/
+2
2019-07-31
Avoid using ERR_put_error() directly in OpenSSL code
Richard Levitte
6
-6
/
+12
2019-07-31
Adapt the FIPS provider to use the new core error functions
Richard Levitte
1
-19
/
+22
2019-07-31
Refactor provider support for reporting errors
Richard Levitte
4
-84
/
+119
2019-07-31
ERR: Remove ERR_put_func_error() and reimplement ERR_put_error() as a macro
Richard Levitte
6
-59
/
+27
2019-07-31
ERR: Implement the macros ERR_raise() and ERR_raise_data() and use them
Richard Levitte
3
-46
/
+73
2019-07-31
ERR: Add new building blocks for reporting errors
Richard Levitte
5
-1
/
+205
2019-07-31
ERR: refactor useful inner macros to err_locl.h. Add function name field
Richard Levitte
3
-43
/
+71
2019-07-31
Move some macros from include/openssl/opensslconf.h.in, add OPENSSL_FUNC
Richard Levitte
2
-115
/
+144
2019-07-30
Fix BIO_printf format warnings
Bernd Edlinger
3
-4
/
+4
2019-07-30
Use OPENSSL_strlcpy instead of strncpy in e_afalg.c
Bernd Edlinger
1
-10
/
+4
2019-07-30
Document the provider CIPHER operation
Matt Caswell
3
-5
/
+323
2019-07-30
Fix coverity 1452084
Pauli
1
-6
/
+6
2019-07-30
ERR: re-use the err_data field when possible
Richard Levitte
2
-32
/
+75
2019-07-29
Add weak platform independent PRNG to test framework.
Pauli
4
-4
/
+52
2019-07-26
s390x assembly pack: use getauxval to detect hw capabilities
Patrick Steuer
1
-32
/
+63
2019-07-26
test/recipes/30-test_evp.t: Modify to test with different providers
Richard Levitte
5
-8
/
+57
2019-07-26
test/evp_test.c: modify to use OSSL_PROVIDER_available()
Richard Levitte
2
-49
/
+59
2019-07-26
Add functions to see if a provider is available for use.
Richard Levitte
9
-45
/
+101
2019-07-25
Don't generate an unnecessary Diffie-Hellman key in TLS 1.3 clients.
David Benjamin
1
-2
/
+2
2019-07-25
Document the provider DIGEST operation
Matt Caswell
3
-6
/
+218
2019-07-24
Remove HEADER_X509_H and HEADER_SSL_H include detectors from apps
Dr. Matthias St. Pierre
4
-19
/
+11
2019-07-24
Remove OPENSSL_X509V3_H include detector from openssl/cms.h
Dr. Matthias St. Pierre
2
-6
/
+0
2019-07-24
Remove HEADER_BSS_FILE_C module include guard
Dr. Matthias St. Pierre
1
-33
/
+28
[next]