aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2016-05-23Add error return for OPENSSL_INIT_set_config_filename()Matt Caswell1-5/+7
2016-05-23Support for traditional format private keys.Dr. Stephen Henson3-40/+82
2016-05-23Add a missing comma in OPENSSL_malloc.podRichard Levitte1-1/+1
2016-05-23Add the missing NAME header in the OCSP docsRichard Levitte5-0/+10
2016-05-20Doc nits cleanup, round 2Rich Salz429-1205/+190
2016-05-20Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz4-266/+268
2016-05-20Fix nits in pod files.Rich Salz208-1295/+1221
2016-05-19Use correct EOL in headers.Dr. Stephen Henson2-0/+13
2016-05-19Add copyrightRich Salz1-0/+11
2016-05-19Add copyright to manpagesRich Salz430-18/+4736
2016-05-19Remove needless license terms (for docs)Rich Salz3-69/+0
2016-05-19Ensure =cut is last line in every file.Rich Salz38-6/+63
2016-05-19When strict SCT fails record verification failureViktor Dukhovni1-11/+20
2016-05-19Improve and document low-level PEM read routinesViktor Dukhovni1-0/+90
2016-05-18Ensure verify error is set when X509_verify_cert() failsViktor Dukhovni1-1/+1
2016-05-18Clarify negative return from X509_verify_cert()Viktor Dukhovni1-6/+7
2016-05-18Document the esc_2254 command line name optionRichard Levitte1-1/+6
2016-05-17Correct documentation errorMatt Caswell1-3/+3
2016-05-16Documentation: Clarify sizes for UI_add_input_string()Richard Levitte1-6/+6
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni1-1/+60
2016-05-16Add some documentation of SSL_CTX_set_tlsext_status_type()Matt Caswell1-13/+23
2016-05-16Unify <TYPE>_up_ref methods signature and behaviour.FdaSilvaYY5-8/+12
2016-05-14Fix various methods declaration in pod fileFdaSilvaYY1-8/+8
2016-05-13Correct documentation on digest used.Dr. Stephen Henson1-3/+2
2016-05-12Correctly check for trailing digest options.Dr. Stephen Henson1-15/+16
2016-05-11Update pkcs8 defaults.Dr. Stephen Henson1-24/+22
2016-05-11Fix i2d_X509_AUX, update docs and add testsViktor Dukhovni1-1/+13
2016-05-10Add -srp option to ciphers command.Dr. Stephen Henson1-6/+10
2016-05-10crypto/des: remove obsolete functions.Andy Polyakov1-25/+1
2016-05-10Typo.Dr. Stephen Henson1-1/+1
2016-05-10Fix the docs for ERR_remove_thread_state and ERR_remove_stateRichard Levitte1-3/+4
2016-05-10Restore the ERR_remove_thread_state() API and make it a no-opRichard Levitte2-23/+20
2016-05-09Fix BIO_eof() for BIO pairsMatt Caswell1-0/+3
2016-05-09fix tab-space mixed indentationFdaSilvaYY1-1/+1
2016-05-06Constify PKCS12_newpass()Dr. Stephen Henson1-1/+1
2016-05-06Add documentation of PKCS12_newpass()Jeffrey Walton1-0/+94
2016-05-05Handle no async jobs in libsslMatt Caswell2-3/+30
2016-05-04Complete the list of names in doc/ssl/SSL_CTX_load_verify_locations.podRichard Levitte1-2/+3
2016-05-04add documentationDr. Stephen Henson1-0/+59
2016-05-03Add documentation for EVP_EncodeInit() and similar functionsMatt Caswell2-0/+151
2016-05-02GH875: Document -no_check_timeRich Salz5-4/+15
2016-05-02Issue #719:TJ Saunders1-0/+8
2016-05-02Secure memory fixesTodd Short1-17/+13
2016-05-01Fix spelling in pod filesFdaSilvaYY12-13/+13
2016-04-29Fix some X509_STORE macrosMatt Caswell1-0/+24
2016-04-28various spelling fixesFdaSilvaYY1-1/+1
2016-04-28Add getters for X509_STORE and X509_OBJECT membersChristian Heimes2-0/+53
2016-04-28Implement X509_STORE_CTX_set_current_cert() accessorViktor Dukhovni1-6/+23
2016-04-27Documentation the changed {RSA,DSA,DH}_set0_* functionality changeRichard Levitte3-6/+35
2016-04-25Added missing X509_STORE_CTX_set_error_depth() accessorViktor Dukhovni1-7/+12