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-03-06
Update ChaCha20-Poly1305 documentation
Matt Caswell
1
-1
/
+3
2019-03-06
Test an overlong ChaCha20-Poly1305 nonce
Matt Caswell
1
-0
/
+9
2019-03-06
Prevent over long nonces in ChaCha20-Poly1305
Matt Caswell
1
-1
/
+3
2019-03-06
apps/openssl.c: avoid memory leaks
Richard Levitte
1
-1
/
+22
2019-03-06
Add a log about the tracing functionality
Richard Levitte
2
-0
/
+11
2019-03-06
Document the tracing functionality
Richard Levitte
5
-0
/
+584
2019-03-06
Make it possible to trace the trace functionality itself
Richard Levitte
2
-88
/
+191
2019-03-06
Adapt BN_CTX_DEBUG to the new generic trace API
Richard Levitte
3
-42
/
+34
2019-03-06
Adapt OPENSSL_DEBUG_DECRYPT to the new generic trace API
Richard Levitte
3
-19
/
+10
2019-03-06
Adapt OPENSSL_POLICY_DEBUG to the new generic trace API
Richard Levitte
3
-39
/
+32
2019-03-06
Adapt OPENSSL_DEBUG_KEYGEN to the new generic trace API
Richard Levitte
3
-34
/
+18
2019-03-06
Adapt OPENSSL_DEBUG_PKCS5V2 to the new generic trace API
Richard Levitte
3
-26
/
+19
2019-03-06
Adapt ENGINE_REF_COUNT_DEBUG to the new generic trace API
Richard Levitte
3
-21
/
+16
2019-03-06
Adapt ENGINE_TABLE_DEBUG to the new generic trace API
Richard Levitte
4
-47
/
+32
2019-03-06
Adapt ENGINE_CONF_DEBUG to the new generic trace API
Richard Levitte
3
-14
/
+9
2019-03-06
Adapt OPENSSL_INIT_DEBUG to the new generic trace API
Richard Levitte
4
-159
/
+80
2019-03-06
Adapt CIPHER_DEBUG to the new generic trace API
Richard Levitte
6
-49
/
+60
2019-03-06
Adapt SSL_DEBUG to the new generic trace API
Richard Levitte
7
-127
/
+79
2019-03-06
Make it possible to disable the TRACE API
Richard Levitte
3
-12
/
+77
2019-03-06
apps/openssl.c: Adapt to enable tracing output
Richard Levitte
2
-7
/
+101
2019-03-06
Add generic trace API
Richard Levitte
5
-0
/
+609
2019-03-06
Make the sparse array code use ossl_uintmax_t as its index rather than size_t.
Pauli
5
-40
/
+49
2019-03-05
padlock: generate assembler source for static libraries too
Richard Levitte
1
-3
/
+3
2019-03-05
Don't write the tick_identity to the session
Matt Caswell
5
-25
/
+33
2019-03-05
Add advice on setting CXX at the same time as CC
Richard Levitte
1
-1
/
+6
2019-03-05
Travis: use enable-buildtest-c++
Richard Levitte
1
-1
/
+1
2019-03-05
Configure: make C++ build tests optional and configurable
Richard Levitte
6
-3
/
+32
2019-03-05
VMS: fix util/[un]local.com.in to handle attributes
Richard Levitte
2
-2
/
+10
2019-03-05
testutil: ensure good treatment of argv on non-Unix platforms
Richard Levitte
6
-14
/
+70
2019-03-05
VMS: move copy_argc to its own module and make it an aux source
Richard Levitte
4
-42
/
+68
2019-03-05
Deprecate the "hw" configuration options, make "padlockeng" disablable
Richard Levitte
5
-76
/
+90
2019-03-04
openssl_strerror_r: Fix handling of GNU strerror_r
Vitezslav Cizek
1
-3
/
+22
2019-03-04
Check for negative return for signature size.Addresses Coverity 1442933
Pauli
1
-2
/
+4
2019-03-01
Fix seeding from random device w/o getrandom syscall
Bernd Edlinger
2
-9
/
+29
2019-03-01
Fix no-ec, no-sm2 and no-sm3
Matt Caswell
2
-6
/
+14
2019-02-28
Add section order check in util/find-doc-nits
Paul Yang
1
-0
/
+14
2019-02-28
Place return values after examples in doc
Paul Yang
20
-272
/
+272
2019-02-28
apps/ca.c: only output DER with SPKAC input and when -out is chosen
Richard Levitte
1
-1
/
+1
2019-02-28
The use of the likes of UINT32_MAX requires internal/numbers.h
Richard Levitte
3
-0
/
+3
2019-02-27
Configure: support a few more "make variables" defaulting from env
Richard Levitte
1
-5
/
+5
2019-02-27
.travis.yml: change -std=c89 to -ansi
Richard Levitte
1
-1
/
+1
2019-02-27
Configuration: divide devteam flags into language specific sets
Richard Levitte
2
-45
/
+72
2019-02-27
Do buildtests on our public header files with C++ as well
Richard Levitte
1
-4
/
+12
2019-02-27
OpenSSL::Util::Pod: allow slashes in names
Richard Levitte
1
-1
/
+1
2019-02-27
Replumbing: Add include/openssl/core.h, initially with core types
Richard Levitte
5
-0
/
+547
2019-02-27
Implement SSH KDF
Simo Sorce
14
-5
/
+5366
2019-02-27
Make the padlock engine build correctly
Richard Levitte
1
-3
/
+3
2019-02-27
Ensure configured module specific and application specific defines are used
Richard Levitte
1
-2
/
+6
2019-02-27
Add PADLOCK_ASM to dso_defines rather than lib_defines
Richard Levitte
1
-1
/
+1
2019-02-27
The use of the likes of UINT32_MAX requires internal/numbers.h
Richard Levitte
1
-0
/
+1
[next]