Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add support for OpenBSD | June McEnroe | 2020-08-27 |
| | |||
* | Remove rc scripts | June McEnroe | 2020-08-27 |
| | |||
* | Replace “RAND_bytes” by “getentropy” | Issam E. Maghni | 2020-08-23 |
| | | | | | | This removes the dependency on libcrypto. Signed-off-by: Issam E. Maghni <issam.e.maghni@mailbox.org> | ||
* | Use system libcrypto and openssl bin on FreeBSD 1.4 | June McEnroe | 2020-08-06 |
| | |||
* | Define explicit_bzero using memset_s on macOS | June McEnroe | 2020-08-01 |
| | |||
* | Use RAND_bytes instead of arc4random_buf | June McEnroe | 2020-07-31 |
| | | | | | This adds an actual dependency on libcrypto, but removes a dependency on BSD (or LibreSSL libcrypto specifically). | ||
* | Rewrite configure script for all platforms | June McEnroe | 2020-07-24 |
| | |||
* | Rewrite build and install to be more amenable to packaging | June McEnroe | 2020-05-19 |
| | | | | Hopefully. Trying to write a FreeBSD port against this. | ||
* | Use . as ${LDLIBS.$@} separator | June McEnroe | 2020-04-20 |
| | |||
* | Use one line for each CFLAGS addition 1.2 | June McEnroe | 2020-03-03 |
| | | | | This should make it easier to modify if needed. | ||
* | Clean up configure script a bit | June McEnroe | 2020-03-02 |
| | | | | I still hate that any of this is necessary... | ||
* | Replace .mk files with configure script | June McEnroe | 2020-03-01 |
Copied and expanded from catgirl. |