summaryrefslogtreecommitdiffstats
path: root/CHANGES (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-06Update ChaCha20-Poly1305 documentationMatt Caswell1-1/+3
2019-03-06Test an overlong ChaCha20-Poly1305 nonceMatt Caswell1-0/+9
2019-03-06Prevent over long nonces in ChaCha20-Poly1305Matt Caswell1-1/+3
2019-03-06apps/openssl.c: avoid memory leaksRichard Levitte1-1/+22
2019-03-06Add a log about the tracing functionalityRichard Levitte2-0/+11
2019-03-06Document the tracing functionalityRichard Levitte5-0/+584
2019-03-06Make it possible to trace the trace functionality itselfRichard Levitte2-88/+191
2019-03-06Adapt BN_CTX_DEBUG to the new generic trace APIRichard Levitte3-42/+34
2019-03-06Adapt OPENSSL_DEBUG_DECRYPT to the new generic trace APIRichard Levitte3-19/+10
2019-03-06Adapt OPENSSL_POLICY_DEBUG to the new generic trace APIRichard Levitte3-39/+32
2019-03-06Adapt OPENSSL_DEBUG_KEYGEN to the new generic trace APIRichard Levitte3-34/+18
2019-03-06Adapt OPENSSL_DEBUG_PKCS5V2 to the new generic trace APIRichard Levitte3-26/+19
2019-03-06Adapt ENGINE_REF_COUNT_DEBUG to the new generic trace APIRichard Levitte3-21/+16
2019-03-06Adapt ENGINE_TABLE_DEBUG to the new generic trace APIRichard Levitte4-47/+32
2019-03-06Adapt ENGINE_CONF_DEBUG to the new generic trace APIRichard Levitte3-14/+9
2019-03-06Adapt OPENSSL_INIT_DEBUG to the new generic trace APIRichard Levitte4-159/+80
2019-03-06Adapt CIPHER_DEBUG to the new generic trace APIRichard Levitte6-49/+60
2019-03-06Adapt SSL_DEBUG to the new generic trace APIRichard Levitte7-127/+79
2019-03-06Make it possible to disable the TRACE APIRichard Levitte3-12/+77
2019-03-06apps/openssl.c: Adapt to enable tracing outputRichard Levitte2-7/+101
2019-03-06Add generic trace APIRichard Levitte5-0/+609
2019-03-06Make the sparse array code use ossl_uintmax_t as its index rather than size_t.Pauli5-40/+49
2019-03-05padlock: generate assembler source for static libraries tooRichard Levitte1-3/+3
2019-03-05Don't write the tick_identity to the sessionMatt Caswell5-25/+33
2019-03-05Add advice on setting CXX at the same time as CCRichard Levitte1-1/+6
2019-03-05Travis: use enable-buildtest-c++Richard Levitte1-1/+1
2019-03-05Configure: make C++ build tests optional and configurableRichard Levitte6-3/+32
2019-03-05VMS: fix util/[un]local.com.in to handle attributesRichard Levitte2-2/+10
2019-03-05testutil: ensure good treatment of argv on non-Unix platformsRichard Levitte6-14/+70
2019-03-05VMS: move copy_argc to its own module and make it an aux sourceRichard Levitte4-42/+68
2019-03-05Deprecate the "hw" configuration options, make "padlockeng" disablableRichard Levitte5-76/+90
2019-03-04openssl_strerror_r: Fix handling of GNU strerror_rVitezslav Cizek1-3/+22
2019-03-04Check for negative return for signature size.Addresses Coverity 1442933Pauli1-2/+4
2019-03-01Fix seeding from random device w/o getrandom syscallBernd Edlinger2-9/+29
2019-03-01Fix no-ec, no-sm2 and no-sm3Matt Caswell2-6/+14
2019-02-28Add section order check in util/find-doc-nitsPaul Yang1-0/+14
2019-02-28Place return values after examples in docPaul Yang20-272/+272
2019-02-28apps/ca.c: only output DER with SPKAC input and when -out is chosenRichard Levitte1-1/+1
2019-02-28The use of the likes of UINT32_MAX requires internal/numbers.hRichard Levitte3-0/+3
2019-02-27Configure: support a few more "make variables" defaulting from envRichard Levitte1-5/+5
2019-02-27.travis.yml: change -std=c89 to -ansiRichard Levitte1-1/+1
2019-02-27Configuration: divide devteam flags into language specific setsRichard Levitte2-45/+72
2019-02-27Do buildtests on our public header files with C++ as wellRichard Levitte1-4/+12
2019-02-27OpenSSL::Util::Pod: allow slashes in namesRichard Levitte1-1/+1
2019-02-27Replumbing: Add include/openssl/core.h, initially with core typesRichard Levitte5-0/+547
2019-02-27Implement SSH KDFSimo Sorce14-5/+5366
2019-02-27Make the padlock engine build correctlyRichard Levitte1-3/+3
2019-02-27Ensure configured module specific and application specific defines are usedRichard Levitte1-2/+6
2019-02-27Add PADLOCK_ASM to dso_defines rather than lib_definesRichard Levitte1-1/+1
2019-02-27The use of the likes of UINT32_MAX requires internal/numbers.hRichard Levitte1-0/+1