summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2018-01-26Catch some more old sigalg names in commentsBenjamin Kaduk
2018-01-25Update documentation for SSL_set1_sigalgs()Benjamin Kaduk
2018-01-24Added "B" tag to all variables.David Cooper
2018-01-24Add documentation for the OCSP_basic_sign() and OCSP_basic_sign_ctx() functions.David Cooper
2018-01-24Make editorial changes suggested by Rich Salz and add the -rsigopt option to ...David Cooper
2018-01-24Updates following review of SSL_stateless() codeMatt Caswell
2018-01-24Add documentation for SSL_stateless()Matt Caswell
2018-01-24SHA512/224 and SHA512/256Pauli
2018-01-23Improve some BN documentation.Rich Salz
2018-01-22Add accessors for AdmissionSyntaxRich Salz
2018-01-19enc(1): document that AEAD is not and will not be supportedBenjamin Kaduk
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-17doc: Bad prototypes of EVP_PKEY_CTX_new()Jakub Jelen
2018-01-16Update all affected files' copyright year to 2018Paul Yang
2018-01-16Enforce return values section checkPaul Yang
2018-01-16Add missing 'RETURN VALUES' sections in docPaul Yang
2018-01-10Make data argument const in SSL_dane_tlsa_addPatrick Schlangen
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte
2018-01-08Document SSL_OP_NO_RENEGOTIATION as new in 1.1.1Christian Heimes
2018-01-08Document OPENSSL_ENGINES environment variablePatrick Steuer
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