summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2018-01-06Add fingerprint text, remove MD5Rich Salz
2018-01-05Add x509(1) referenceViktor Dukhovni
2018-01-04Improve readability of evp.podDr. Matthias St. Pierre
2017-12-28Update the documentation for SSL_write_early_data()Matt Caswell
2017-12-28Add 'openssl req' option to specify extension values on command lineRichard Levitte
2017-12-25Suggestion for improvements to x509.podDaniel Bevenius
2017-12-22Remove extra `the` in SSL_SESSION_set1_id.podDaniel Bevenius
2017-12-15Fix invalid function type casts.Bernd Edlinger
2017-12-13Document the X509_V_FLAG_PARTIAL_CHAIN flagViktor Dukhovni
2017-12-12Fix more OCSP_resp_get0_signer() nitsBen Kaduk
2017-12-12Fix minor typo in bio.podDaniel Bevenius
2017-12-12Minor improvements to ssl.podDaniel Bevenius
2017-12-11rsa: Do not allow less than 512 bit RSA keysSebastian Andrzej Siewior
2017-12-09doc/man3/EVP_EncryptInit.pod: add EVP_CIPHER_CTX_rand_keyPatrick Steuer
2017-12-08Leave a message in doc to indicate 0 is not acceptablePaul Yang
2017-12-05Add link for more SECLEVEL infoRich Salz
2017-12-04apps/speed.c: add -seconds and -bytes optionsPatrick Steuer
2017-11-30Use ChaCha only if prioritized by clntTodd Short
2017-11-28rsa/rsa_gen.c: harmonize keygen's ability with RSA_security_bits.Andy Polyakov
2017-11-28Fix docs for EVP_EncryptUpdate and EVP_DecryptUpdateFdaSilvaYY
2017-11-24Fix EVP_MD_meth_new.podRichard Levitte
2017-11-24Correct EVP_CIPHER_meth_new.pod and EVP_MD_meth_new.podRichard Levitte
2017-11-21Support multi-prime RSA (RFC 8017)Paul Yang
2017-11-20Support public key and param check in EVP interfacePaul Yang
2017-11-12Fix typo that cause find-doc-nits failureRich Salz
2017-11-11Add an API to get the signer of an OCSP responseBenjamin Kaduk
2017-11-11Typo fixPiotr Czajka
2017-11-08OPENSSL_ia32cap: reserve for new extensions.Andy Polyakov
2017-11-07Various typoFdaSilvaYY
2017-11-07Warn if -days without -x509Rich Salz
2017-11-06SM3: restructure to EVP internal and update doc to right locationRonald Tse
2017-11-06SM3: Add SM3 hash functionJack Lloyd
2017-11-05Implement Maximum Fragment Length TLS extension.FdaSilvaYY
2017-10-31Synchronize man3 EVP cipher list with existing implementations, adding:Ronald Tse
2017-10-31EVP digest list: one hash algorithm per file, synchronize EVP list, overall c...Ronald Tse
2017-10-31Fix EVP_PKEY_ASN1_METHOD manualRichard Levitte
2017-10-31SM4: Add SM4 block cipher to EVPRonald Tse
2017-10-30Document EVP_PKEY_ASN1_METHOD and associated functionsRichard Levitte
2017-10-26Fix a couple nits in DEFINE_STACK_OF.podBenjamin Kaduk
2017-10-26Fix doc-nits in doc/man3/DEFINE_STACK_OF.podPaul Yang
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