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