aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Add random serial# support.Rich Salz2017-08-221-0/+9
* Document missing EVP_PKEY_method_* itemsPaul Yang2017-08-211-0/+376
* Fix some documentation typos.David Benjamin2017-08-161-1/+1
* STORE: Add documentation on the expectations for returned namesRichard Levitte2017-08-151-0/+8
* STORE: Add info on the expected post_process callback behaviorRichard Levitte2017-08-151-0/+4
* Add SSL_get_pending_cipher()Benjamin Kaduk2017-08-151-2/+18
* Doc fixesRich Salz2017-08-1415-39/+183
* Fix some typo and commentsFdaSilvaYY2017-08-121-2/+2
* Add EVP_DigestFinalXOF, interface to extendable-output functions, XOFs.Andy Polyakov2017-08-121-3/+11
* Clarify CLI OCSP documentationJohannes Bauer2017-08-111-0/+7
* Fix some Typos and indentsFdaSilvaYY2017-08-111-1/+1
* Add missing documentation of the default format for commands.Tomas Mraz2017-08-0915-31/+33
* Fix trivial nits in documentaionPaul Yang2017-08-092-2/+2
* Add XXX_security_bits documentationPaul Yang2017-08-096-18/+99
* Add an SSL_SESSION_dup() functionMatt Caswell2017-08-091-0/+9
* Add documentation for the scrypt PKEY_METHODJohannes Bauer2017-08-081-0/+158
* Small typo in manpage of x509(1)Johannes Bauer2017-08-051-1/+1
* Fix typo in HKDF example documentationJohannes Bauer2017-08-051-1/+1
* Consolidate to a single asn1_time_from_tm() functionTodd Short2017-08-041-32/+122
* Add RAND_priv_bytes() for private keysRich Salz2017-08-031-2/+9
* Switch from ossl_rand to DRBG randRich Salz2017-08-031-7/+17
* Add EC key generation paragraph in doc/HOWTO/keys.txtPaul Yang2017-08-011-13/+46
* RSA_get0_ functions permit NULL parametersKen Goldman2017-08-011-0/+4
* Add '-ext' option to display extensions in 'x509'Paul Yang2017-08-011-0/+15
* Fix typo in documentsXiaoyin Liu2017-08-0116-28/+27
* Fix the names of older ciphers.David Benjamin2017-07-311-2/+4
* Fix typo in ASN1_TIME_set.podXiaoyin Liu2017-07-301-1/+1
* Update ASN1_TIME_to_tm's documentationPaul Yang2017-07-301-1/+3
* Add list -public-key-methodsDr. Stephen Henson2017-07-291-0/+6
* Add public key method enumeration function.Dr. Stephen Henson2017-07-291-0/+50
* Document OPENSSL_secure_clear_freeBernd Edlinger2017-07-291-2/+16
* Make SSL_set_tlsext_host_name no effect from server sidePaul Yang2017-07-281-2/+12
* Fix a reference nit in docPaul Yang2017-07-281-1/+1
* Remove trailing whitespace from store-related man pagesBenjamin Kaduk2017-07-272-3/+3
* Catch up to the removal of OSSL_STORE_open_file()Benjamin Kaduk2017-07-273-24/+8
* Various doc fixes.Xiaoyin Liu2017-07-262-2/+2
* add basic references to the new methods in documentationHubert Kario2017-07-262-0/+4
* fix OSSL_STORE man pagesHubert Kario2017-07-263-3/+3
* Add test cases and docs for ASN1_STRING_TABLE_* functionsPaul Yang2017-07-261-0/+65
* Add support to free/allocate SSL buffersTodd Short2017-07-261-0/+67
* Wire SHA3 EVPs and add tests.Andy Polyakov2017-07-251-6/+14
* Improve struct tm populationPauli2017-07-241-4/+4
* Add asn1_time_to_tm function and check days in monthPaul Yang2017-07-241-2/+4
* Update documentation for SSL_is_server()Paul Yang2017-07-241-2/+15
* Update doc/ca.pod to clarify description for datesPaul Yang2017-07-231-2/+14
* Add --with-rand-seedRich Salz2017-07-222-29/+46
* Support converting cipher name to RFC name and vice versaPaul Yang2017-07-212-2/+29
* Add some performance notes about early dataMatt Caswell2017-07-181-0/+24
* RSA_padding_check_PKCS1_type_2 is not constant time.Emilia Kasper2017-07-182-0/+14
* Standardize apps use of -rand, etc.Rich Salz2017-07-1622-49/+255