Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
ssl-ca
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
ssl-ca
Commits
78be8082e4bbeade3350b975dc3edb8f9543bfe2
Select Git revision
Branches
1
master
default
1 result
ssl-ca
Author
Search by author
Any Author
authors
nimrod
nimrod
1 author
Jul 31, 2017
- Refactored tests to Bats, changed test Make target to call Bats.
· 78be8082
nimrod
authored
7 years ago
78be8082
- A small refactor of error handling.
· b1aca711
nimrod
authored
7 years ago
b1aca711
- Log errors, warnings to stderr instead of stdout.
· 82ff83a0
nimrod
authored
7 years ago
82ff83a0
- Updated pre-commit hooks.
· 2dd1134b
nimrod
authored
7 years ago
2dd1134b
- Added a clean Make target.
· 0598d9fc
nimrod
authored
7 years ago
0598d9fc
Dec 01, 2016
- Removed lint target, pre-commit already handles that.
· c5d71104
nimrod
authored
8 years ago
c5d71104
Oct 25, 2016
- Added test as a pre-commit hook.
· 2dc445ab
nimrod
authored
8 years ago
2dc445ab
Mar 13, 2016
- Added support for pre-commit.
· b0edc6ca
nimrod
authored
9 years ago
b0edc6ca
Mar 09, 2016
- Declare local variables.
· de51bac0
nimrod
authored
9 years ago
de51bac0
Mar 08, 2016
- Spelling corrections.
· 29ee0b8a
nimrod
authored
9 years ago
29ee0b8a
Mar 03, 2016
- Added lint target, updated documentation.
· c408d926
nimrod
authored
9 years ago
c408d926
Mar 02, 2016
Corrected the code block syntax.
· dbdbc2be
nimrod
authored
9 years ago
dbdbc2be
Corrected clean target.
· e6ece816
nimrod
authored
9 years ago
e6ece816
The 'clean' target now kills the openssl server if .server.pid is found.
· 0a7ed9f8
nimrod
authored
9 years ago
0a7ed9f8
Nov 25, 2015
Save serial to not repeat serial numbers (just happened to me).
· 86d9c4cf
nimrod
authored
9 years ago
86d9c4cf
Update TODO list.
· ec782bb1
nimrod
authored
9 years ago
ec782bb1
Don't set default_days since certs are still set for 30 days, use the flag explicitly.
· f27c7902
nimrod
authored
9 years ago
f27c7902
Updated README.
· d2133595
nimrod
authored
9 years ago
d2133595
Server test seems to work now.
· 63620046
nimrod
authored
9 years ago
63620046
Rename server pid file to be hidden.
· a4cd2faf
nimrod
authored
9 years ago
a4cd2faf
Testing with s_server and s_client WIP.
· a6fdbdb7
nimrod
authored
9 years ago
a6fdbdb7
Revert "Trying to include the license in the README file."
· 64be3d09
nimrod
authored
9 years ago
64be3d09
Trying to include the license in the README file.
· e4308830
nimrod
authored
9 years ago
e4308830
Update TODO list.
· 967cb067
nimrod
authored
9 years ago
967cb067
init now creates the key and cert in 2 steps, skipping any file that already exists.
· 1fee4498
nimrod
authored
9 years ago
1fee4498
Nov 24, 2015
Generate cert with both fdqn and wildcard (*.fqdn).
· eb7def43
nimrod
authored
9 years ago
eb7def43
- Don't set alternative names for CA cert.
· 2c172647
nimrod
authored
9 years ago
2c172647
Sign to the short fqdn, add alternative names, correct tests.
· eb601ab4
nimrod
authored
9 years ago
eb601ab4
Nov 17, 2015
WIP PKCS12 generation.
· d9621fa7
nimrod
authored
9 years ago
d9621fa7
Nov 10, 2015
- Remove issue from TODO list.
· 504a66be
nimrod
authored
9 years ago
504a66be
- Only allow the CA to be a CA.
· 1a112caf
nimrod
authored
9 years ago
1a112caf
In most OpenSSL versions (1.0.2 or earlier), SHA256 is NOT an available hashing
· cf282055
nimrod
authored
9 years ago
cf282055
Nov 08, 2015
Fixed a few small bugs.
· ef3f1cba
nimrod
authored
9 years ago
ef3f1cba
Found bug, documented.
· 64590f83
nimrod
authored
9 years ago
64590f83
Nov 07, 2015
Correct test (replace == with =).
· e64cd4de
nimrod
authored
9 years ago
e64cd4de
Fix mktemp on OpenBSD.
· ba4dd890
nimrod
authored
9 years ago
ba4dd890
Added check if openssl is available.
· 717b856c
nimrod
authored
9 years ago
717b856c
- Added checks to every command, removed items from the TODO list.
· e691bb3d
nimrod
authored
9 years ago
e691bb3d
Added more tests.
· c8fea9fe
nimrod
authored
9 years ago
c8fea9fe
Changed advice.
· 04a9ac49
nimrod
authored
9 years ago
04a9ac49
Loading