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