summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2017-10-26Fix mismatch of function prototype and documentPaul Yang
2017-10-26Add sk_TYPE_new_reserve() functionPaul Yang
2017-10-26doc/man3/d2i_X509.pod: add {d2i,i2d}_DSA_PUBKEY in NAME sectionRichard Levitte
2017-10-20ECDSA_* is deprecated. EC_KEY_* is used insteadJakub Jelen
2017-10-18Additional name for all commandsRich Salz
2017-10-18Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre
2017-10-17Update RAND_load_file return value.Rich Salz
2017-10-16Make '-name' option of the 's_client' more genericPaul Yang
2017-10-16Fix incorrect function name in BN_bn2bin manpagedaurnimator
2017-10-12Add CRYPTO_get_alloc_counts.Rich Salz
2017-10-12Add RFC7919 documentation.Dr. Stephen Henson
2017-10-12Document EVP_PKEY_set1_engine()Dr. Stephen Henson
2017-10-10apps/speed.c: add 'rand' algo to enable DRBG performance measurements.Patrick Steuer
2017-10-10Add atomic write callPauli
2017-10-10Add a CRYPTO_atomic_read call which allows an int variable to be readPauli
2017-10-10EVP_EncryptInit.pod: EVP_CIPHER_mode and EVP_CIPHER_CTX_mode updatePatrick Steuer
2017-10-09Correct some typedef documentationRichard Levitte
2017-10-09Document that lhash isn't thread safe under any circumstances andPauli
2017-10-08Fix doc for i2d/d2i private/public keyRich Salz
2017-10-06doc/man1/openssl.pod: Add missing commands and linksRichard Levitte
2017-10-05Fixes #4459 "issuserAltName" documentation typo.Andrew Siplas
2017-09-29doc: note that the BN_new() initialises the BIGNUMHubert Kario
2017-09-28Use safestack.h exclusively internally.Pauli
2017-09-28Add a reserve call to the stack data structure.Pauli
2017-09-26Allow DH_set0_key with only private key.David Benjamin
2017-09-15Provide getters for min/max proto versionChristian Heimes
2017-09-14Fix doc nitsPaul Yang
2017-09-14Support EVP_PKEY_meth_remove and pmeth internal cleanupPaul Yang
2017-09-13Support key check in EVP interfacePaul Yang
2017-09-12Always use $ as shell prompt in exampleRich Salz
2017-09-12Document the recursive optionRichard Levitte
2017-09-11Update rsautl.pod for typomultics
2017-09-08Introduce named constants for the ClientHello callback.David Benjamin
2017-09-08Rename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.David Benjamin
2017-09-08Add UI functions to set result with explicit length and to retrieve the lengthRichard Levitte
2017-09-08Document default section and library configurationxemdetia
2017-09-06add callback handler for setting DTLS timer intervalAlfred E. Heggestad
2017-09-02Fix doc-nits from previous commitRich Salz
2017-09-02Less documentation for deprecated APIRich Salz
2017-09-01Tighten up SSL_get1_supported_ciphers() docsBenjamin Kaduk
2017-08-31Various review fixes for PSK early_data supportMatt Caswell
2017-08-31Add functions for getting/setting SNI/ALPN info in SSL_SESSIONMatt Caswell
2017-08-31Add HISTORY and SEE ALSO sections for the new TLSv1.3 PSK functionsMatt Caswell
2017-08-31Add documentation for SSL_SESSION_set_max_early_data()Matt Caswell
2017-08-31Add documentation for ARIA GCM modes.Pauli
2017-08-30Introduce SSL_CIPHER_get_protocol_idPaul Yang
2017-08-30Add two missing SSL_CIPHER_* functionsPaul Yang
2017-08-28RAND: Rename the RAND_poll_ex() callback and its typedefDr. Matthias St. Pierre
2017-08-24Add documentation for SRTP functionsMatt Caswell
2017-08-23Correct GCM docs.Dr. Stephen Henson