summaryrefslogtreecommitdiffstats
path: root/include/internal
AgeCommit message (Expand)Author
2019-01-24Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias
2019-01-21PPC: Try out if mftb works before using itBernd Edlinger
2019-01-07More configurable crypto and ssl library initializationViktor Dukhovni
2019-01-04Fix a RUN_ONCE bugMatt Caswell
2018-11-30err/err.c: add err_clear_last_constant_time.Andy Polyakov
2018-11-03Add tsan_decr() API, counterpart of tsan_counter()Benjamin Kaduk
2018-09-24Use secure_getenv(3) when available.Pauli
2018-09-11Update copyright yearMatt Caswell
2018-08-26internal/tsan_assist.h: add tsan_ld_acq and tsan_st_rel.Andy Polyakov
2018-08-16internal/refcount.h: overhaul fencing and add _MSC_VER section.Andy Polyakov
2018-08-07Add internal/tsan_assist.h.Andy Polyakov
2018-07-25crypto/dllmain.c: remove unused OPENSSL_NONPIC_relocated variable.Andy Polyakov
2018-07-16Remove stale SM2 error codesNicola Tuveri
2018-06-22Remove __cplusplus preamble from internal headersNicola Tuveri
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