Skip to content
GitLab
Explore
Sign in
Register
Commits · 2dc445abe1fbc2bcd025dd5fe81ec0cf24c254cb
ssl-ca
Browse files
Oct 25, 2016
- Added test as a pre-commit hook.
· 2dc445ab
nimrod
authored
Oct 25, 2016
2dc445ab
Mar 13, 2016
- Added support for pre-commit.
· b0edc6ca
nimrod
authored
Mar 13, 2016
b0edc6ca
Mar 09, 2016
- Declare local variables.
· de51bac0
nimrod
authored
Mar 09, 2016
de51bac0
Mar 08, 2016
- Spelling corrections.
· 29ee0b8a
nimrod
authored
Mar 08, 2016
29ee0b8a
Mar 03, 2016
- Added lint target, updated documentation.
· c408d926
nimrod
authored
Mar 03, 2016
c408d926
Mar 02, 2016
Corrected the code block syntax.
· dbdbc2be
nimrod
authored
Mar 02, 2016
dbdbc2be
Corrected clean target.
· e6ece816
nimrod
authored
Mar 02, 2016
e6ece816
The 'clean' target now kills the openssl server if .server.pid is found.
· 0a7ed9f8
nimrod
authored
Mar 02, 2016
0a7ed9f8
Nov 25, 2015
Save serial to not repeat serial numbers (just happened to me).
· 86d9c4cf
nimrod
authored
Nov 25, 2015
86d9c4cf
Update TODO list.
· ec782bb1
nimrod
authored
Nov 25, 2015
ec782bb1
Don't set default_days since certs are still set for 30 days, use the flag explicitly.
· f27c7902
nimrod
authored
Nov 25, 2015
f27c7902
Updated README.
· d2133595
nimrod
authored
Nov 25, 2015
d2133595
Server test seems to work now.
· 63620046
nimrod
authored
Nov 25, 2015
63620046
Rename server pid file to be hidden.
· a4cd2faf
nimrod
authored
Nov 25, 2015
a4cd2faf
Testing with s_server and s_client WIP.
· a6fdbdb7
nimrod
authored
Nov 25, 2015
a6fdbdb7
Revert "Trying to include the license in the README file."
· 64be3d09
nimrod
authored
Nov 25, 2015
64be3d09
Trying to include the license in the README file.
· e4308830
nimrod
authored
Nov 25, 2015
e4308830
Update TODO list.
· 967cb067
nimrod
authored
Nov 25, 2015
967cb067
init now creates the key and cert in 2 steps, skipping any file that already exists.
· 1fee4498
nimrod
authored
Nov 25, 2015
1fee4498
Nov 24, 2015
Generate cert with both fdqn and wildcard (*.fqdn).
· eb7def43
nimrod
authored
Nov 24, 2015
eb7def43
- Don't set alternative names for CA cert.
· 2c172647
nimrod
authored
Nov 24, 2015
2c172647
Sign to the short fqdn, add alternative names, correct tests.
· eb601ab4
nimrod
authored
Nov 24, 2015
eb601ab4
Nov 17, 2015
WIP PKCS12 generation.
· d9621fa7
nimrod
authored
Nov 17, 2015
d9621fa7
Nov 10, 2015
- Remove issue from TODO list.
· 504a66be
nimrod
authored
Nov 10, 2015
504a66be
- Only allow the CA to be a CA.
· 1a112caf
nimrod
authored
Nov 10, 2015
1a112caf
In most OpenSSL versions (1.0.2 or earlier), SHA256 is NOT an available hashing
· cf282055
nimrod
authored
Nov 10, 2015
cf282055
Nov 08, 2015
Fixed a few small bugs.
· ef3f1cba
nimrod
authored
Nov 08, 2015
ef3f1cba
Found bug, documented.
· 64590f83
nimrod
authored
Nov 08, 2015
64590f83
Nov 07, 2015
Correct test (replace == with =).
· e64cd4de
nimrod
authored
Nov 07, 2015
e64cd4de
Fix mktemp on OpenBSD.
· ba4dd890
nimrod
authored
Nov 07, 2015
ba4dd890
Added check if openssl is available.
· 717b856c
nimrod
authored
Nov 07, 2015
717b856c
- Added checks to every command, removed items from the TODO list.
· e691bb3d
nimrod
authored
Nov 07, 2015
e691bb3d
Added more tests.
· c8fea9fe
nimrod
authored
Nov 07, 2015
c8fea9fe
Changed advice.
· 04a9ac49
nimrod
authored
Nov 07, 2015
04a9ac49
Added advice to add make test to the pre-commit git hook.
· 1c9c3871
nimrod
authored
Nov 07, 2015
1c9c3871
Fixed type in README (can't even type my website address correctly).
· d0a2ac15
nimrod
authored
Nov 07, 2015
d0a2ac15
- Complete test case!
· fb8bfa81
nimrod
authored
Nov 07, 2015
fb8bfa81
Added more contact information and development section to REAME file.
· 904e6de8
nimrod
authored
Nov 07, 2015
904e6de8
Add test and clean targets to Makefile.
· f16802fb
nimrod
authored
Nov 07, 2015
f16802fb
Explain usage and mention lack of revokation.
· 5403f00b
nimrod
authored
Nov 07, 2015
5403f00b
Loading