summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-27New manual pages d2i_ESS_SIGNING_CERT(3) and d2i_TS_REQ(3) writtenschwarze3-1/+446
2016-12-27Place the DECLARE_ASN1_* macros under #ifndef LIBRESSL_INTERNAL.jsing1-4/+10
2016-12-27Use correct version of previous macro expansion.jsing1-5/+5
2016-12-27Expand DECLARE_ASN1_FUNCTIONS_{fname,name} macros - no change tojsing1-6/+22
2016-12-27Expand DECLARE_ASN1_{NDEF,PRINT}_FUNCTION macros - no change injsing1-3/+3
2016-12-27Remove all DECLARE_ASN1_SET_OF macro usage - since 2000 these have beenjsing7-32/+7
2016-12-27Place some macros under #ifndef LIBRESSL_INTERNAL.jsing1-2/+5
2016-12-27Kill some #if 0 code that uses old-style ASN.1 encoding.jsing1-45/+1
2016-12-27Expand DECLARE_ASN1_ITEM macros - no change in preprocessor output.jsing1-6/+6
2016-12-27Expand DECLARE_ASN1_ITEM - no change to preprocessor output.jsing1-3/+3
2016-12-27Expand DECLARE_ASN1_ITEM macros - no change to preprocessor output.jsing1-3/+3
2016-12-27Expand DECLARE_ASN1_ITEM macros - no change in preprocessor output.jsing2-12/+12
2016-12-27remove a stray comment line that might cause confusionschwarze1-2/+1
2016-12-27Expand DECLARE_ASN1_* macros. No change in preprocessor output, excludingjsing1-20/+92
2016-12-27minor fixes;jmc2-7/+7
2016-12-26Typo, "more then" -> "more than"jca1-2/+2
2016-12-26also document the weird i2d_PKCS7_NDEF(3)schwarze1-1/+14
2016-12-26Write the missing d2i_PKCS7(3) manual page from scratch.schwarze2-1/+316
2016-12-26Write the missing d2i_PKCS12(3) manual page from scratch.schwarze2-1/+188
2016-12-26Document d2i_RSA_PSS_PARAMS(3) and i2d_RSA_PSS_PARAMS(3)schwarze1-6/+60
2016-12-26add eight missing functions found in OpenSSL doc/man3/d2i_X509.podschwarze1-2/+78
2016-12-26Basic cleanup:schwarze1-80/+102
2016-12-26Restore two frees that were unintentionally lost during recent refactoring.jsing1-1/+4
2016-12-26Hook up a certificate verify callback so that we can set user friendlyjsing2-8/+31
2016-12-26describe what happens for val_out == NULL and for der_out == NULLschwarze1-3/+26
2016-12-26Restore previous ASN.1 encoding for the peer certificate - this wasjsing1-7/+5
2016-12-26Extend regress to include a peer certificate in the session.jsing1-58/+134
2016-12-26Restore previous behaviour of incrementing the pointer so that it pointsjsing1-1/+2
2016-12-26Ensure that after an i2d_SSL_SESSION() call, the passed pointer now pointsjsing1-8/+9
2016-12-25Consistently mark up various ASN.1 type names defined in standardsschwarze48-315/+481
2016-12-25Add missing functions d2i_PublicKey(3) and i2d_PublicKey(3)schwarze1-35/+113
2016-12-25Correct the DESCRIPTION of ECParameters_dup(3).schwarze1-11/+59
2016-12-25Basic cleanup to prepare for content improvements:schwarze1-171/+172
2016-12-25Clarify what DSAparams_dup(3) does.schwarze1-19/+47
2016-12-24First example of how to fix the d2i_*() manuals:schwarze1-98/+123
2016-12-24Very carefully tweak OpenSSL doc/man3/d2i_X509.pod and create a newschwarze3-1/+514
2016-12-24minor fixes;jmc1-6/+6
2016-12-24sprinkle some cross references to newly written x509v3 manual pagesschwarze6-12/+32
2016-12-24Write new SXNET_new(3) manual page from scratch. All four functionsschwarze2-1/+93
2016-12-23Write new PKEY_USAGE_PERIOD_new(3) manual page from scratch,schwarze2-1/+67
2016-12-23Move __BEGIN_HIDDEN_DECLS out of the middle of a function declaration.patrick1-3/+3
2016-12-23Write RFC 3820 manual page PROXY_POLICY_new(3) from scratch.schwarze2-1/+91
2016-12-23Write ACCESS_DESCRIPTION_new(3) manual page from scratch.schwarze2-1/+142
2016-12-23Write new EXTENDED_KEY_USAGE_new(3) manual page from scratch.schwarze2-1/+76
2016-12-23Write new POLICYINFO_new(3) manual page from scratch; i can't say thatschwarze2-1/+189
2016-12-23Write new NAME_CONSTRAINTS_new(3) manual page from scratch.schwarze2-1/+89
2016-12-23Write new BASIC_CONSTRAINTS_new(3) manual from scratch, explainingschwarze2-1/+81
2016-12-23Write new DIST_POINT_new(3) manual page from scratch.schwarze2-1/+135
2016-12-23Write new AUTHORITY_KEYID_new(3) manual page from scratch.schwarze2-1/+67
2016-12-23Link to Peter Gutmann's classic "X.509 Style Guide".schwarze1-2/+11