aboutsummaryrefslogtreecommitdiff
path: root/doc/man3
AgeCommit message (Expand)AuthorFilesLines
2017-10-20ECDSA_* is deprecated. EC_KEY_* is used insteadJakub Jelen1-1/+1
2017-10-18Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre1-16/+73
2017-10-17Update RAND_load_file return value.Rich Salz1-1/+1
2017-10-16Fix incorrect function name in BN_bn2bin manpagedaurnimator1-1/+1
2017-10-12Add CRYPTO_get_alloc_counts.Rich Salz1-25/+37
2017-10-12Add RFC7919 documentation.Dr. Stephen Henson2-0/+51
2017-10-12Document EVP_PKEY_set1_engine()Dr. Stephen Henson1-4/+15
2017-10-10Add atomic write callPauli1-1/+7
2017-10-10Add a CRYPTO_atomic_read call which allows an int variable to be readPauli1-1/+9
2017-10-10EVP_EncryptInit.pod: EVP_CIPHER_mode and EVP_CIPHER_CTX_mode updatePatrick Steuer1-2/+3
2017-10-09Correct some typedef documentationRichard Levitte3-5/+5
2017-10-09Document that lhash isn't thread safe under any circumstances andPauli2-3/+16
2017-10-08Fix doc for i2d/d2i private/public keyRich Salz2-2/+7
2017-09-29doc: note that the BN_new() initialises the BIGNUMHubert Kario1-1/+2
2017-09-28Use safestack.h exclusively internally.Pauli1-7/+11
2017-09-28Add a reserve call to the stack data structure.Pauli1-11/+22
2017-09-26Allow DH_set0_key with only private key.David Benjamin1-7/+5
2017-09-15Provide getters for min/max proto versionChristian Heimes1-4/+16
2017-09-14Fix doc nitsPaul Yang1-1/+1
2017-09-14Support EVP_PKEY_meth_remove and pmeth internal cleanupPaul Yang1-1/+9
2017-09-13Support key check in EVP interfacePaul Yang2-5/+23
2017-09-08Introduce named constants for the ClientHello callback.David Benjamin1-2/+3
2017-09-08Rename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.David Benjamin6-142/+149
2017-09-08Add UI functions to set result with explicit length and to retrieve the lengthRichard Levitte2-7/+25
2017-09-06add callback handler for setting DTLS timer intervalAlfred E. Heggestad1-0/+40
2017-09-02Fix doc-nits from previous commitRich Salz3-2/+4
2017-09-02Less documentation for deprecated APIRich Salz15-174/+103
2017-09-01Tighten up SSL_get1_supported_ciphers() docsBenjamin Kaduk1-6/+6
2017-08-31Various review fixes for PSK early_data supportMatt Caswell2-3/+6
2017-08-31Add functions for getting/setting SNI/ALPN info in SSL_SESSIONMatt Caswell1-2/+29
2017-08-31Add HISTORY and SEE ALSO sections for the new TLSv1.3 PSK functionsMatt Caswell2-0/+20
2017-08-31Add documentation for SSL_SESSION_set_max_early_data()Matt Caswell2-2/+13
2017-08-30Introduce SSL_CIPHER_get_protocol_idPaul Yang1-6/+8
2017-08-30Add two missing SSL_CIPHER_* functionsPaul Yang1-1/+17
2017-08-28RAND: Rename the RAND_poll_ex() callback and its typedefDr. Matthias St. Pierre1-3/+3
2017-08-24Add documentation for SRTP functionsMatt Caswell1-0/+111
2017-08-23Correct GCM docs.Dr. Stephen Henson1-3/+2
2017-08-23Tweak wording to be more clear.Rich Salz1-2/+2
2017-08-21Document missing EVP_PKEY_method_* itemsPaul Yang1-0/+376
2017-08-16Fix some documentation typos.David Benjamin1-1/+1
2017-08-15STORE: Add documentation on the expectations for returned namesRichard Levitte1-0/+8
2017-08-15STORE: Add info on the expected post_process callback behaviorRichard Levitte1-0/+4
2017-08-15Add SSL_get_pending_cipher()Benjamin Kaduk1-2/+18
2017-08-12Fix some typo and commentsFdaSilvaYY1-2/+2
2017-08-12Add EVP_DigestFinalXOF, interface to extendable-output functions, XOFs.Andy Polyakov1-3/+11
2017-08-11Fix some Typos and indentsFdaSilvaYY1-1/+1
2017-08-09Fix trivial nits in documentaionPaul Yang2-2/+2
2017-08-09Add XXX_security_bits documentationPaul Yang6-18/+99
2017-08-09Add an SSL_SESSION_dup() functionMatt Caswell1-0/+9
2017-08-05Fix typo in HKDF example documentationJohannes Bauer1-1/+1