aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Remove parentheses of return.KaoruToda2017-10-181-10/+10
* Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre2017-10-184-1/+59
* added cmcCA and cmcRA as per rfc6402, capitalized per RFC7030 authorMichael Richardson2017-10-161-0/+10
* Remove email addresses from source code.Rich Salz2017-10-132-8/+2
* Add CRYPTO_get_alloc_counts.Rich Salz2017-10-122-0/+2
* make updateDr. Stephen Henson2017-10-122-0/+19
* Add pad supportDr. Stephen Henson2017-10-121-0/+5
* Add RFC7919 support to EVPDr. Stephen Henson2017-10-121-0/+6
* DH named parameter supportDr. Stephen Henson2017-10-121-0/+4
* make updateDr. Stephen Henson2017-10-121-0/+1
* Add EVP_PKEY_set1_engine() function.Dr. Stephen Henson2017-10-121-0/+3
* Fix typosKeshav Kini2017-10-101-1/+1
* Add atomic write callPauli2017-10-101-0/+1
* Add a CRYPTO_atomic_read call which allows an int variable to be readPauli2017-10-101-0/+1
* Session resume broken switching contextsTodd Short2017-10-041-0/+1
* Put back the #include <openssl/safestack.h> lines in public headers.Pauli2017-09-296-0/+6
* Remove unnecessary #include <openssl/lhash.h> directives.Pauli2017-09-291-1/+1
* Use safestack.h exclusively internally.Pauli2017-09-287-18/+7
* Add a reserve call to the stack data structure.Pauli2017-09-282-4/+12
* Update comments to match function parameter namesSaagar Jha2017-09-242-2/+2
* Provide getters for min/max proto versionChristian Heimes2017-09-151-0/+10
* Fix function name in ECerr callRich Salz2017-09-141-0/+1
* Support EVP_PKEY_meth_remove and pmeth internal cleanupPaul Yang2017-09-141-0/+1
* Support key check in EVP interfacePaul Yang2017-09-132-0/+8
* objects/objects.txt: fix RSA-SHA3-284 typo.Andy Polyakov2017-09-111-4/+4
* Introduce named constants for the ClientHello callback.David Benjamin2017-09-081-0/+5
* Rename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.David Benjamin2017-09-081-21/+23
* Add UI functions to set result with explicit length and to retrieve the lengthRichard Levitte2017-09-082-0/+5
* add callback handler for setting DTLS timer intervalAlfred E. Heggestad2017-09-061-0/+6
* Add CRYPTO_thread_glock_newRich Salz2017-08-311-0/+1
* Complain if we are writing early data but SNI or ALPN is incorrectMatt Caswell2017-08-311-0/+2
* Add functions for getting/setting SNI/ALPN info in SSL_SESSIONMatt Caswell2017-08-311-0/+7
* Add SSL_SESSION_set_max_early_data()Matt Caswell2017-08-311-0/+2
* Introduce SSL_CIPHER_get_protocol_idPaul Yang2017-08-301-0/+1
* Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett2017-08-305-0/+126
* Move OPENSSL_CONF from e_os.h to cryptlib.hPauli2017-08-301-0/+2
* Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli2017-08-301-0/+22
* e_os.h removal from other headers and source files.Pauli2017-08-301-3/+2
* Don't auto-instantiate a DRBG when trying to use it and it's notKurt Roeckx2017-08-281-0/+1
* DRBG: Remove 'randomness' buffer from 'RAND_DRBG'Dr. Matthias St. Pierre2017-08-281-2/+3
* RAND: Rename the RAND_poll_ex() callback and its typedefDr. Matthias St. Pierre2017-08-281-2/+2
* Fix guarding macro in include/internal/sockets.hRichard Levitte2017-08-251-34/+34
* Move more socket stuffRichard Levitte2017-08-251-16/+29
* NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte2017-08-252-7/+2
* Add documentation for SRTP functionsMatt Caswell2017-08-241-1/+1
* (Re)move some things from e_os.hRich Salz2017-08-221-0/+149
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* Remove tests dependence on e_os.hPauli2017-08-181-0/+14
* Fix coding style of EVP_PKEY_CTX_ctrl_uint64Johannes Bauer2017-08-151-1/+1
* Add SSL_get_pending_cipher()Benjamin Kaduk2017-08-151-0/+1