index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
NOTES-DJGPP.md
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-11-06
Don't clear errors on failure in CONF_modules_load_file_ex()
Matt Caswell
1
-1
/
+2
2020-11-06
x509_vfy.c: Call verification callback individually per strict check in check...
David von Oheimb
1
-44
/
+43
2020-11-06
x509_vfy.c: Introduce CHECK_CB macro simplifying use of cert verification cb ...
David von Oheimb
1
-112
/
+67
2020-11-06
CHANGES.md: Mention (strict) checks recently added to X509_verify_cert()
David von Oheimb
1
-0
/
+24
2020-11-06
Improve doc of X509_verify_cert(), also in openssl.pod
David von Oheimb
3
-4
/
+34
2020-11-05
Check the configuration file by default
Dmitry Belyavskiy
2
-0
/
+8
2020-11-05
Prepare for 3.0 alpha 9
Matt Caswell
3
-4
/
+4
2020-11-05
Prepare for release of 3.0 alpha 8
openssl-3.0.0-alpha8
Matt Caswell
3
-4
/
+4
2020-11-05
Update copyright year
Matt Caswell
6
-6
/
+6
2020-11-05
defltprov: remove duplicate algorithm names.
Pauli
1
-2
/
+2
2020-11-04
Moved OPENSSL_fork_prepare,_parent,_child from init.c to threads_pthread.c.
Randall S. Becker
6
-32
/
+46
2020-11-04
Do not export the submodules gost-engine
Hu Keping
1
-0
/
+1
2020-11-03
fix typo in README
Ichinose Shogo
1
-1
/
+1
2020-11-02
Add more diagnostics to ossl_shim
Benjamin Kaduk
1
-0
/
+5
2020-11-02
Adjust error reason for ssl_get_min_max_version() failure
Benjamin Kaduk
1
-2
/
+2
2020-11-02
Clear error queue entries from bad DLTS records
Benjamin Kaduk
1
-0
/
+8
2020-11-02
Prevent potential UAF in init_thread_deregister()
jwalch
1
-0
/
+2
2020-11-02
EVP: Fix typo in EVP_PKEY_gen comment
Daniel Bevenius
1
-1
/
+1
2020-11-02
Initialize outl in evp_enc.c to 0, protect against NULL
jwalch
1
-0
/
+28
2020-11-02
Add AES KW inverse ciphers to the EVP layer
Shane Lontis
9
-55
/
+228
2020-11-01
Remove FLOSS from all OSS builds on NonStop except for SPT threading.
Randall S. Becker
1
-9
/
+6
2020-11-01
test/recipes/90-test_shlibload.t: Skip when address sanitizer enabled
Richard Levitte
1
-0
/
+1
2020-11-01
util/find-doc-nits: ignore OSSL_DEPRECATED*, alongside other reserved symbols
Richard Levitte
2
-12
/
+2
2020-11-01
Simplify and clarify doc/internal/man7/deprecation.pod
Richard Levitte
2
-148
/
+117
2020-10-30
Patch leak in EVP_PKEY2PKCS8() error path
jwalch
1
-1
/
+1
2020-10-30
Allow empty deprecation macros to be passed as macro arguments
Matt Caswell
1
-3
/
+6
2020-10-30
Fix some missed usage of DEFINE_LHASH_OF()
Matt Caswell
3
-15
/
+11
2020-10-30
Add easy to digest selector macros for EVP_PKEYs
Richard Levitte
6
-25
/
+86
2020-10-30
test/recipes/15-test_gendh.t: don't try DER params
Richard Levitte
2
-16
/
+8
2020-10-29
Unify ssl3_get_cipher_by_std_name() implementation
Benjamin Kaduk
1
-13
/
+5
2020-10-29
crypto/poly1305/asm: fix armv8 pointer authentication
Ard Biesheuvel
1
-1
/
+1
2020-10-29
afalg: add a NULL pointer check
Pauli
1
-0
/
+3
2020-10-28
Rewrite the HPE NonStop Notes file in Markdown with more explanations.
Randall S. Becker
2
-42
/
+183
2020-10-27
DH: stop setting the private key length arbitrarily
Richard Levitte
3
-15
/
+5
2020-10-27
configdata.pm.in, util/dofile.pl: Make a HERE document stricter.
Richard Levitte
2
-2
/
+2
2020-10-27
Fix sparc t4 build error 'undefined symbol: cipher_hw_generic_cbc'
Shane Lontis
2
-2
/
+2
2020-10-26
Ensure we raise SSLfatal on error
Matt Caswell
1
-1
/
+1
2020-10-26
APPS: Remove the format argument where it's not used
Richard Levitte
14
-45
/
+36
2020-10-26
Add parentheses to fix PCLINT Info:773
Kan
1
-1
/
+1
2020-10-23
Constify OSSL_FUNC_keymgmt_validate()
Nicola Tuveri
9
-21
/
+29
2020-10-22
Remove EVP_aes_(128|192|256)_siv functions
Pauli
5
-127
/
+0
2020-10-22
enc: change the text to reference `-list` instead of the deprecated `-ciphers`
Pauli
1
-1
/
+1
2020-10-22
Rename EVP_KDF_reset() to EVP_KDF_CTX_reset().
Shane Lontis
3
-6
/
+6
2020-10-22
Rename EVP_KDF_size() to EVP_KDF_CTX_get_kdf_size().
Shane Lontis
10
-21
/
+21
2020-10-22
Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().
Shane Lontis
15
-20
/
+19
2020-10-22
Remove ossl_prov_util_nid_to_name()
Shane Lontis
5
-157
/
+1
2020-10-22
Constify OSSL_FUNC_keymgmt_has()
Nicola Tuveri
10
-17
/
+17
2020-10-22
Fix aarch64 static linking into shared libraries (see issue #10842 and pull r...
Romain Geissler
4
-10
/
+8
2020-10-22
APPS: Implement load_keyparams() to load key parameters
Richard Levitte
5
-17
/
+41
2020-10-22
Implement OpenSSL secure memory for Windows
Jeremiah Gowdy
2
-9
/
+50
[next]