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
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
1
master
default
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
23
Jan
22
27
Dec
22
Aug
1
31
Jul
1
Dec
25
Oct
13
Mar
9
8
3
2
25
Nov
24
17
10
8
7
5
4
Fix typo.
master remote_m…
master remote_mirror_879bd1ae99e72bb2491b7dbd7f517d83/master
Update CI templates.
Big migration.
- Stricter constraints.
- Adjust tests to run on both OpenSSL 1.1 and later and earlier versions.
- Refactored tests to Bats, changed test Make target to call Bats.
- A small refactor of error handling.
- Log errors, warnings to stderr instead of stdout.
- Updated pre-commit hooks.
- Added a clean Make target.
- Removed lint target, pre-commit already handles that.
- Added test as a pre-commit hook.
- Added support for pre-commit.
- Declare local variables.
- Spelling corrections.
- Added lint target, updated documentation.
Corrected the code block syntax.
Corrected clean target.
The 'clean' target now kills the openssl server if .server.pid is found.
Save serial to not repeat serial numbers (just happened to me).
Update TODO list.
Don't set default_days since certs are still set for 30 days, use the flag explicitly.
Updated README.
Server test seems to work now.
Rename server pid file to be hidden.
Testing with s_server and s_client WIP.
Revert "Trying to include the license in the README file."
Trying to include the license in the README file.
Update TODO list.
init now creates the key and cert in 2 steps, skipping any file that already exists.
Generate cert with both fdqn and wildcard (*.fqdn).
- Don't set alternative names for CA cert.
Sign to the short fqdn, add alternative names, correct tests.
WIP PKCS12 generation.
- Remove issue from TODO list.
- Only allow the CA to be a CA.
In most OpenSSL versions (1.0.2 or earlier), SHA256 is NOT an available hashing
Fixed a few small bugs.
Found bug, documented.
Correct test (replace == with =).
Loading