summaryrefslogtreecommitdiffstats
path: root/include/internal
AgeCommit message (Expand)Author
2018-04-05Move the loading of the ssl_conf module to libcryptoMatt Caswell
2018-03-26Remove QNX supportRich Salz
2018-03-15Publish the RAND_DRBG APIDr. Matthias St. Pierre
2018-03-10RAND_DRBG: add a function for setting the reseeding defaultsDr. Matthias St. Pierre
2018-02-27Update copyright yearMatt Caswell
2018-02-21Switch the DRBGs from AES-128-CTR to AES-256-CTRKurt Roeckx
2018-02-20Add some new constant time functions needed by curve448Matt Caswell
2018-02-15DRBG: make locking api truly privateDr. Matthias St. Pierre
2018-02-13DRBG: make the derivation function the default for ctr_drbgDr. Matthias St. Pierre
2018-02-13DRBG: unify initialization and cleanup codeDr. Matthias St. Pierre
2018-02-13DRBG: add locking apiDr. Matthias St. Pierre
2018-02-13Update copyright yearMatt Caswell
2018-02-10Copy name string in BIO_meth_newRich Salz
2018-02-09Small simplification in mkerr.plFdaSilvaYY
2018-02-07make update ERROR_REBUILD=-rebuildRichard Levitte
2018-02-07Make OPENSSL_rdtsc universally available.Pauli
2018-01-29Add RAND_DRBG_bytesKurt Roeckx
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte
2018-01-07Fix IPv6 defineRich Salz
2018-01-07Remove remaining NETWARE ifdef'sRich Salz
2017-12-25Fix comment about undefined behavior of constant_time_msbKurt Roeckx
2017-12-17Implement automatic reseeding of DRBG after a specified time intervalDr. Matthias St. Pierre
2017-12-17Add master DRBG for reseedingDr. Matthias St. Pierre
2017-12-15Fix invalid function type casts.Bernd Edlinger
2017-11-25Create a prototype for OPENSSL_rdtscKurt Roeckx
2017-10-18Remove parentheses of return.KaoruToda
2017-10-18Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre
2017-10-12Add CRYPTO_get_alloc_counts.Rich Salz
2017-08-30Move OPENSSL_CONF from e_os.h to cryptlib.hPauli
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-08-28Don't auto-instantiate a DRBG when trying to use it and it's notKurt Roeckx
2017-08-28DRBG: Remove 'randomness' buffer from 'RAND_DRBG'Dr. Matthias St. Pierre
2017-08-25Fix guarding macro in include/internal/sockets.hRichard Levitte
2017-08-25Move more socket stuffRichard Levitte
2017-08-22(Re)move some things from e_os.hRich Salz
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-08-18Remove tests dependence on e_os.hPauli
2017-08-11Fix some Typos and indentsFdaSilvaYY
2017-08-03Add a DRBG to each SSL objectRich Salz
2017-08-03Switch from ossl_rand to DRBG randRich Salz
2017-08-03Move ossl_assertMatt Caswell
2017-07-20typedef's for RAND_DRBG methodsBenjamin Kaduk
2017-07-20Add range-checking to RAND_DRBG_set_reseed_intervalRich Salz
2017-07-19Add DRBG random methodRich Salz
2017-06-21Add constant-time 64Rich Salz
2017-06-20Fix typo (note by oneton@users.github)Rich Salz
2017-06-15Standardize Levitte's dual-licenseRich Salz
2017-06-07make error tables const and separate header fileRich Salz
2017-05-28Revert "Add internal functions to fetch a refcount"Richard Levitte