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