Skip to content
GitLab
Explore
Sign in
Register
Commits · 1fee4498061ad145fa11f9ab5f8f9e061d92f5ee
ssl-ca
Browse files
Nov 25, 2015
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
Added example output to usage section.
· 0883cc40
nimrod
authored
Nov 07, 2015
0883cc40
Refine git ignore list.
· f2a91ee2
nimrod
authored
Nov 07, 2015
f2a91ee2
Setting the domain seems to be reliable now (until I write a test case).
· 93e642b6
nimrod
authored
Nov 07, 2015
93e642b6
Revert "Trying to include the license directly in the README."
· 16600664
nimrod
authored
Nov 07, 2015
16600664
Trying to include the license directly in the README.
· a85376bc
nimrod
authored
Nov 07, 2015
a85376bc
- init works, gen works but doesn't set the correct CN yet.
· 1d7b429f
nimrod
authored
Nov 07, 2015
1d7b429f
Nov 05, 2015
- Cleaned the README a bit.
· 69e1458f
nimrod
authored
Nov 05, 2015
69e1458f
- Change configuration from shell variables to openssl.cnf.
· 8513d68e
nimrod
authored
Nov 05, 2015
8513d68e
Update README.
· 567a2ad4
nimrod
authored
Nov 05, 2015
567a2ad4
Nov 04, 2015
Correct usage.
· 5787ab86
nimrod
authored
Nov 04, 2015
5787ab86
Fix another syntax error.
· 4dd0338c
nimrod
authored
Nov 04, 2015
4dd0338c
More documentation (license, author, correct syntax error).
· 77314b14
nimrod
authored
Nov 04, 2015
77314b14
First commit, mainly documentation, license.
· d20210e4
nimrod
authored
Nov 04, 2015
d20210e4
Loading