summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-28Write new manual page d2i_PKCS8_PRIV_KEY_INFO(3) from scratch.Ingo Schwarze
2016-12-27Write new manual pages d2i_OCSP_REQUEST(3) and d2i_OCSP_RESPONSE(3)Ingo Schwarze
2016-12-27New manual pages d2i_ESS_SIGNING_CERT(3) and d2i_TS_REQ(3) writtenIngo Schwarze
2016-12-27Test that the syslogd program can be started with a relative path.Alexander Bluhm
2016-12-27If syslogd was started with a relative path, the program could notAlexander Bluhm
2016-12-27Move nd6 timer initialisation to nd6_init() and call timeout_set()Alexander Bluhm
2016-12-27Replace struct rroute with struct kroute, as done in ospfdJeremie Courreges-Anglas
2016-12-27Place the DECLARE_ASN1_* macros under #ifndef LIBRESSL_INTERNAL.Joel Sing
2016-12-27Use correct version of previous macro expansion.Joel Sing
2016-12-27Expand DECLARE_ASN1_FUNCTIONS_{fname,name} macros - no change toJoel Sing
2016-12-27Expand DECLARE_ASN1_{NDEF,PRINT}_FUNCTION macros - no change inJoel Sing
2016-12-27Remove all DECLARE_ASN1_SET_OF macro usage - since 2000 these have beenJoel Sing
2016-12-27Place some macros under #ifndef LIBRESSL_INTERNAL.Joel Sing
2016-12-27Kill some #if 0 code that uses old-style ASN.1 encoding.Joel Sing
2016-12-27Expand DECLARE_ASN1_ITEM macros - no change in preprocessor output.Joel Sing
2016-12-27Expand DECLARE_ASN1_ITEM - no change to preprocessor output.Joel Sing
2016-12-27Expand DECLARE_ASN1_ITEM macros - no change to preprocessor output.Joel Sing
2016-12-27Expand DECLARE_ASN1_ITEM macros - no change in preprocessor output.Joel Sing
2016-12-27The "disk too large" and "only LBA values saved" messages are moreKenneth R Westerback
2016-12-27Add cast to silence warnings generated by clang.Mark Kettenis
2016-12-27Add support for the 2nd sxipio(4) device on the Allwinner A80.Mark Kettenis
2016-12-27Also remove the commented out line for uucp.info -> /var/log/uucpJeremie Courreges-Anglas
2016-12-27remove a stray comment line that might cause confusionIngo Schwarze
2016-12-27syncStuart Henderson
2016-12-27Remove alias for uucpJeremie Courreges-Anglas
2016-12-27Remove user uucp and group news from base.Jeremie Courreges-Anglas
2016-12-27struct rroute has been removed, rename variables.Jeremie Courreges-Anglas
2016-12-27Expand DECLARE_ASN1_* macros. No change in preprocessor output, excludingJoel Sing
2016-12-27minor fixes;Jason McIntyre
2016-12-26Put some variable declarations under appropriate #if/#endif protectionKenneth R Westerback
2016-12-26Allow using 11n mode with APs that do not advertise support for all of MCS 0-7.Stefan Sperling
2016-12-26When calculating the set of MCS rates below a particular MCS, skip ratesStefan Sperling
2016-12-26Typo, "more then" -> "more than"Jeremie Courreges-Anglas
2016-12-26also document the weird i2d_PKCS7_NDEF(3)Ingo Schwarze
2016-12-26Write the missing d2i_PKCS7(3) manual page from scratch.Ingo Schwarze
2016-12-26Write the missing d2i_PKCS12(3) manual page from scratch.Ingo Schwarze
2016-12-26Fix typo, happend -> happenedJeremie Courreges-Anglas
2016-12-26Document d2i_RSA_PSS_PARAMS(3) and i2d_RSA_PSS_PARAMS(3)Ingo Schwarze
2016-12-26add eight missing functions found in OpenSSL doc/man3/d2i_X509.podIngo Schwarze
2016-12-26Basic cleanup:Ingo Schwarze
2016-12-26Restore two frees that were unintentionally lost during recent refactoring.Joel Sing
2016-12-26Hook up a certificate verify callback so that we can set user friendlyJoel Sing
2016-12-26describe what happens for val_out == NULL and for der_out == NULLIngo Schwarze
2016-12-26Restore previous ASN.1 encoding for the peer certificate - this wasJoel Sing
2016-12-26Extend regress to include a peer certificate in the session.Joel Sing
2016-12-26Restore previous behaviour of incrementing the pointer so that it pointsJoel Sing
2016-12-26Ensure that after an i2d_SSL_SESSION() call, the passed pointer now pointsJoel Sing
2016-12-26Fix typo.Mark Kettenis
2016-12-26Pass through cacheline size information to guest. This was pointed outMike Larkin
2016-12-25Consistently mark up various ASN.1 type names defined in standardsIngo Schwarze