summaryrefslogtreecommitdiff
path: root/doc/man3
Commit message (Expand)AuthorAgeFilesLines
* Enforce return values section checkPaul Yang2018-01-162-0/+8
* Add missing 'RETURN VALUES' sections in docPaul Yang2018-01-1659-61/+476
* Make data argument const in SSL_dane_tlsa_addPatrick Schlangen2018-01-101-1/+3
* Update copyright years on all files merged since Jan 1st 2018Richard Levitte2018-01-091-1/+1
* Document SSL_OP_NO_RENEGOTIATION as new in 1.1.1Christian Heimes2018-01-081-1/+2
* Document OPENSSL_ENGINES environment variablePatrick Steuer2018-01-081-1/+12
* Add x509(1) referenceViktor Dukhovni2018-01-051-1/+2
* Update the documentation for SSL_write_early_data()Matt Caswell2017-12-281-4/+7
* Remove extra `the` in SSL_SESSION_set1_id.podDaniel Bevenius2017-12-221-1/+1
* Fix invalid function type casts.Bernd Edlinger2017-12-152-8/+7
* Document the X509_V_FLAG_PARTIAL_CHAIN flagViktor Dukhovni2017-12-131-4/+21
* Fix more OCSP_resp_get0_signer() nitsBen Kaduk2017-12-121-1/+1
* doc/man3/EVP_EncryptInit.pod: add EVP_CIPHER_CTX_rand_keyPatrick Steuer2017-12-091-0/+8
* Use ChaCha only if prioritized by clntTodd Short2017-11-302-7/+32
* rsa/rsa_gen.c: harmonize keygen's ability with RSA_security_bits.Andy Polyakov2017-11-281-2/+8
* Fix docs for EVP_EncryptUpdate and EVP_DecryptUpdateFdaSilvaYY2017-11-281-2/+2
* Fix EVP_MD_meth_new.podRichard Levitte2017-11-241-2/+2
* Correct EVP_CIPHER_meth_new.pod and EVP_MD_meth_new.podRichard Levitte2017-11-242-9/+33
* Support multi-prime RSA (RFC 8017)Paul Yang2017-11-213-21/+94
* Support public key and param check in EVP interfacePaul Yang2017-11-204-11/+68
* Fix typo that cause find-doc-nits failureRich Salz2017-11-121-1/+1
* Add an API to get the signer of an OCSP responseBenjamin Kaduk2017-11-111-1/+14
* OPENSSL_ia32cap: reserve for new extensions.Andy Polyakov2017-11-081-0/+5
* Various typoFdaSilvaYY2017-11-073-3/+3
* SM3: restructure to EVP internal and update doc to right locationRonald Tse2017-11-063-76/+55
* SM3: Add SM3 hash functionJack Lloyd2017-11-061-0/+76
* Implement Maximum Fragment Length TLS extension.FdaSilvaYY2017-11-051-6/+62
* Synchronize man3 EVP cipher list with existing implementations, adding:Ronald Tse2017-10-3115-171/+1181
* EVP digest list: one hash algorithm per file, synchronize EVP list, overall c...Ronald Tse2017-10-3113-103/+740
* Fix EVP_PKEY_ASN1_METHOD manualRichard Levitte2017-10-311-5/+20
* SM4: Add SM4 block cipher to EVPRonald Tse2017-10-311-0/+65
* Document EVP_PKEY_ASN1_METHOD and associated functionsRichard Levitte2017-10-302-0/+449
* 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
* 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
* 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
* 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