Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pki: Switch to binary mode on Windows when reading/writing DER to FDs | Martin Willi | 2014-06-04 | 1 | -0/+2 |
| | |||||
* | enum: Return boolean result for enum_from_name() lookup | Martin Willi | 2014-05-16 | 1 | -2/+1 |
| | | | | | | | | | | | Handling the result for enum_from_name() is difficult, as checking for negative return values requires a cast if the enum type is unsigned. The new signature clearly differentiates lookup result from lookup value. Further, this actually allows to convert real -1 enum values, which could not be distinguished from "not-found" and the -1 return value. This also fixes several clang warnings where enums are unsigned. | ||||
* | pki: Fix minor resource leak on failure to read the private key in --req5.1.2rc2 | Tobias Brunner | 2014-02-18 | 1 | -1/+2 |
| | |||||
* | chunk: Use dynamically allocated buffer in chunk_from_fd() | Martin Willi | 2014-01-23 | 1 | -1/+6 |
| | | | | | | | | When acting on files, we can use fstat() to estimate the buffer size. On non-file FDs, we dynamically increase an allocated buffer. Additionally we slightly change the function signature to properly handle zero-length files and add appropriate unit tests. | ||||
* | pki: Replace BUILD_FROM_FD with passing a chunk via BUILD_BLOB | Tobias Brunner | 2013-10-23 | 1 | -1/+5 |
| | | | | This allows more than one builder to try parsing the data read from STDIN. | ||||
* | pki: Add pki --req man page | Tobias Brunner | 2013-09-13 | 1 | -3/+2 |
| | |||||
* | Moved data structures to new collections subfolder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Use centralized hasher names in pki utility | Martin Willi | 2012-07-17 | 1 | -2/+2 |
| | |||||
* | Do proper cleanup in error case in pki req. | Tobias Brunner | 2011-04-14 | 1 | -1/+2 |
| | |||||
* | Use a dedicated build part for challenge passwords, BUILD_PASSPHRASE gets ↵ | Martin Willi | 2010-08-04 | 1 | -1/+1 |
| | | | | obsolete | ||||
* | Added pki PEM encoding support for certificates, CRLs and PKCS10 requests | Martin Willi | 2010-07-13 | 1 | -2/+10 |
| | |||||
* | Support different encoding types in certificate.get_encoding() | Martin Willi | 2010-07-13 | 1 | -2/+1 |
| | |||||
* | Removed obsolete per-command debug level option | Martin Willi | 2009-09-16 | 1 | -3/+0 |
| | |||||
* | corrected usage | Andreas Steffen | 2009-09-15 | 1 | -2/+1 |
| | |||||
* | pki --req generates a PKCS#10 certificate request | Andreas Steffen | 2009-09-15 | 1 | -0/+188 |