summaryrefslogtreecommitdiffstats
path: root/include/internal (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Switch from ossl_rand to DRBG randRich Salz2017-08-031-29/+35
* Move ossl_assertMatt Caswell2017-08-031-0/+99
* typedef's for RAND_DRBG methodsBenjamin Kaduk2017-07-201-7/+15
* Add range-checking to RAND_DRBG_set_reseed_intervalRich Salz2017-07-201-1/+1
* Add DRBG random methodRich Salz2017-07-191-0/+50
* Add constant-time 64Rich Salz2017-06-211-22/+35
* Fix typo (note by oneton@users.github)Rich Salz2017-06-201-1/+1
* Standardize Levitte's dual-licenseRich Salz2017-06-151-6/+3
* make error tables const and separate header fileRich Salz2017-06-072-63/+82
* Revert "Add internal functions to fetch a refcount"Richard Levitte2017-05-281-13/+0
* Correct small typo in CRYPTO_GET_REFRichard Levitte2017-05-281-1/+1
* Add internal functions to fetch a refcountRichard Levitte2017-05-271-0/+13
* VMS: Copy DECC inclusion epi- and prologues to internalsRichard Levitte2017-04-202-0/+36
* Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variantsRichard Levitte2017-04-101-19/+0
* Implement internal ASN.1 types INT32, UINT32, INT64, UINT64Richard Levitte2017-04-041-0/+19
* More typo fixesFdaSilvaYY2017-03-291-1/+1
* Add -Wundef to --strict-warnings options.Bernd Edlinger2017-02-241-2/+4
* Clarify what RUN_ONCE returnsRichard Levitte2017-01-131-2/+5
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-171-0/+65
* Provide some constant time functions for dealing with size_t valuesMatt Caswell2016-11-041-0/+49
* Add a DSO_dsobyaddr() functionMatt Caswell2016-11-031-0/+11
* Partial revert of 3d8b2ec42 to add back DSO_pathbyaddrMatt Caswell2016-11-031-0/+13
* More parameter naming of BIO_read*/BIO_write* related functionsMatt Caswell2016-10-281-2/+2
* Create BIO_write_ex() which handles size_t argumentsMatt Caswell2016-10-281-1/+3
* Create BIO_read_ex() which handles size_t argumentsMatt Caswell2016-10-281-1/+6
* VMS: be less picky when loading DSOsRichard Levitte2016-09-111-6/+0
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+1
* Define a few internal macros for easy use of run_once functionsRichard Levitte2016-07-191-0/+42
* Perform DANE-EE(3) name checks by defaultViktor Dukhovni2016-07-121-0/+2
* RT4562: Fix misleading doc on OPENSSL_configRich Salz2016-06-141-2/+2
* Remove internal functions OPENSSL_strcasecmp and OPENSSL_strncasecmpRichard Levitte2016-05-281-2/+0
* Remove unused error/function codes.Rich Salz2016-05-231-15/+4
* Copyright consolidation 03/10Rich Salz2016-05-1710-398/+58
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-161-92/+0
* Enabled DANE only when at least one TLSA RR was addedViktor Dukhovni2016-04-221-1/+2
* Fix ex_data locks issueMatt Caswell2016-04-141-0/+1
* The err_cleanup() funtion is internal so shouldn't be exportedMatt Caswell2016-04-141-1/+0
* Ensure all locks are properly cleaned upMatt Caswell2016-04-142-1/+2
* Move a declaration that's private to libcryptoRichard Levitte2016-04-131-1/+0
* Rename int_*() functions to *_int()Matt Caswell2016-04-134-7/+7
* Fix symbols missing from shared buildMatt Caswell2016-04-131-0/+5
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-134-7/+7
* Deprecate CONF_modules_free() and make it a no-opMatt Caswell2016-04-131-0/+1
* Deprecate BIO_sock_cleanup() and make it a no-opMatt Caswell2016-04-131-2/+1
* Deprecate ERR_free_strings() and make it a no-opMatt Caswell2016-04-131-0/+59
* Deprecate COMP_zlib_cleanup() and make it a no-opMatt Caswell2016-04-131-0/+11
* Add SSL_DANE typedef for consistency.Rich Salz2016-04-081-1/+1
* Make BIO opaqueMatt Caswell2016-03-291-0/+71
* Move dso.h to internalRich Salz2016-03-231-0/+276
* Implement new multi-threading APIAlessandro Ghedini2016-02-261-0/+92