aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple nits in DEFINE_STACK_OF.podBenjamin Kaduk2017-10-261-2/+2
* Fix doc-nits in doc/man3/DEFINE_STACK_OF.podPaul Yang2017-10-261-3/+3
* Fix mismatch of function prototype and documentPaul Yang2017-10-261-1/+1
* Add sk_TYPE_new_reserve() functionPaul Yang2017-10-261-5/+19
* doc/man3/d2i_X509.pod: add {d2i,i2d}_DSA_PUBKEY in NAME sectionRichard Levitte2017-10-261-0/+2
* ECDSA_* is deprecated. EC_KEY_* is used insteadJakub Jelen2017-10-201-1/+1
* Additional name for all commandsRich Salz2017-10-1848-2/+49
* Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre2017-10-181-16/+73
* Update RAND_load_file return value.Rich Salz2017-10-171-1/+1
* Make '-name' option of the 's_client' more genericPaul Yang2017-10-161-1/+19
* Fix incorrect function name in BN_bn2bin manpagedaurnimator2017-10-161-1/+1
* Add CRYPTO_get_alloc_counts.Rich Salz2017-10-121-25/+37
* Add RFC7919 documentation.Dr. Stephen Henson2017-10-122-0/+51
* Document EVP_PKEY_set1_engine()Dr. Stephen Henson2017-10-121-4/+15
* apps/speed.c: add 'rand' algo to enable DRBG performance measurements.Patrick Steuer2017-10-101-1/+2
* Add atomic write callPauli2017-10-101-1/+7
* Add a CRYPTO_atomic_read call which allows an int variable to be readPauli2017-10-101-1/+9
* EVP_EncryptInit.pod: EVP_CIPHER_mode and EVP_CIPHER_CTX_mode updatePatrick Steuer2017-10-101-2/+3
* Correct some typedef documentationRichard Levitte2017-10-093-5/+5
* Document that lhash isn't thread safe under any circumstances andPauli2017-10-092-3/+16
* Fix doc for i2d/d2i private/public keyRich Salz2017-10-082-2/+7
* doc/man1/openssl.pod: Add missing commands and linksRichard Levitte2017-10-061-6/+29
* Fixes #4459 "issuserAltName" documentation typo.Andrew Siplas2017-10-051-1/+1
* doc: note that the BN_new() initialises the BIGNUMHubert Kario2017-09-291-1/+2
* Use safestack.h exclusively internally.Pauli2017-09-281-7/+11
* Add a reserve call to the stack data structure.Pauli2017-09-281-11/+22
* Allow DH_set0_key with only private key.David Benjamin2017-09-261-7/+5
* Provide getters for min/max proto versionChristian Heimes2017-09-151-4/+16
* Fix doc nitsPaul Yang2017-09-141-1/+1
* Support EVP_PKEY_meth_remove and pmeth internal cleanupPaul Yang2017-09-141-1/+9
* Support key check in EVP interfacePaul Yang2017-09-133-5/+29
* Always use $ as shell prompt in exampleRich Salz2017-09-121-2/+2
* Document the recursive optionRichard Levitte2017-09-121-0/+5
* Update rsautl.pod for typomultics2017-09-111-1/+1
* Introduce named constants for the ClientHello callback.David Benjamin2017-09-081-2/+3
* Rename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.David Benjamin2017-09-086-142/+149
* Add UI functions to set result with explicit length and to retrieve the lengthRichard Levitte2017-09-082-7/+25
* Document default section and library configurationxemdetia2017-09-081-1/+4
* add callback handler for setting DTLS timer intervalAlfred E. Heggestad2017-09-061-0/+40
* Fix doc-nits from previous commitRich Salz2017-09-023-2/+4
* Less documentation for deprecated APIRich Salz2017-09-0215-174/+103
* Tighten up SSL_get1_supported_ciphers() docsBenjamin Kaduk2017-09-011-6/+6
* Various review fixes for PSK early_data supportMatt Caswell2017-08-312-3/+6
* Add functions for getting/setting SNI/ALPN info in SSL_SESSIONMatt Caswell2017-08-311-2/+29
* Add HISTORY and SEE ALSO sections for the new TLSv1.3 PSK functionsMatt Caswell2017-08-312-0/+20
* Add documentation for SSL_SESSION_set_max_early_data()Matt Caswell2017-08-312-2/+13
* Add documentation for ARIA GCM modes.Pauli2017-08-311-12/+18
* Introduce SSL_CIPHER_get_protocol_idPaul Yang2017-08-301-6/+8
* Add two missing SSL_CIPHER_* functionsPaul Yang2017-08-301-1/+17
* RAND: Rename the RAND_poll_ex() callback and its typedefDr. Matthias St. Pierre2017-08-281-3/+3