Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.2.0-alpha1 #1041

Merged
merged 30 commits into from
Dec 2, 2023
Merged

v3.2.0-alpha1 #1041

merged 30 commits into from
Dec 2, 2023

Conversation

TinCanTech
Copy link
Collaborator

@TinCanTech TinCanTech commented Nov 8, 2023

Expected changes, following Version 3.1.7


Renamed branch:

Lesson: Do not rename branches .. again.

FYI:

git fetch upstream
git checkout v3.2.0-alpha1

You can delete the old branch:

git branch -d v3.2.0

You will see this warning:

warning: deleting branch 'v3.2.0' that has been merged to
         'refs/remotes/upstream/v3.2.0', but not yet merged to HEAD.
Deleted branch v3.2.0 (was 16b382f).

The hash 16b382f is correct:

  v3.2.0                             16b382f [upstream/v3.2.0] display_dn: Remove unwanted variable $name_opts
  v3.2.0-alpha1                      16b382f [upstream/v3.2.0-alpha1] display_dn: Remove unwanted variable $name_opts

Please accept my apologies for this inconvenience.

Signed-off-by: Richard T Bonhomme <[email protected]>
Signed-off-by: Richard T Bonhomme <[email protected]>
Allows removal of the 'init-pki' section of 'install_data_to_pki()'.

Signed-off-by: Richard T Bonhomme <[email protected]>
Only effects upgrade, up23_manage_upgrade_23()

Signed-off-by: Richard T Bonhomme <[email protected]>
Signed-off-by: Richard T Bonhomme <[email protected]>
If the openssl-easyrsa.cnf file fails to copy then try to create it
using create_openssl_easyrsa_cnf(). If creating the file also fails
then that is a fatal error.

Signed-off-by: Richard T Bonhomme <[email protected]>
This catches misuse of command options for DN.
eg: --dn-mode=org --req-ou="Test backtick: `" build-* foo

Signed-off-by: Richard T Bonhomme <[email protected]>
Signed-off-by: Richard T Bonhomme <[email protected]>
Signed-off-by: Richard T Bonhomme <[email protected]>
Because different commands have different cleanup requirements,
this code reduces the success check to an if-then per command.

Signed-off-by: Richard T Bonhomme <[email protected]>
Rewrite command x509-eku to allow easy inclusion for new EKU types.

Signed-off-by: Richard T Bonhomme <[email protected]>
Due to output redirection, errors must only return an error, not use die.

Signed-off-by: Richard T Bonhomme <[email protected]>
Signed-off-by: Richard T Bonhomme <[email protected]>
…-rsa into v3.2.0

Removed a single extra space char.

Signed-off-by: Richard T Bonhomme <[email protected]>
…nCanTech/easy-rsa into v3.2.0

Signed-off-by: Richard T Bonhomme <[email protected]>
EASYRSA_EXTRA_EXTS, as set by command line ALWAYS takes priority.

For a server or serverClient certificate:
If not set then EASYRSA_EXTRA_EXTS is set to a Server-Alt-Name [SAN],
from either the certificate request file or the cerificate commonName.

For all other certificates types, no default SAN is set.

Signed-off-by: Richard T Bonhomme <[email protected]>
Signed-off-by: Richard T Bonhomme <[email protected]>
@TinCanTech TinCanTech self-assigned this Nov 8, 2023
@TinCanTech TinCanTech added this to the v3.2.0 milestone Nov 8, 2023
@TinCanTech TinCanTech changed the title Rename branch to v3.2.0-alpha1 v3.2.0-alpha1 Nov 8, 2023
@TinCanTech TinCanTech mentioned this pull request Nov 8, 2023
@TinCanTech TinCanTech merged commit 42c2e95 into master Dec 2, 2023
6 checks passed
@TinCanTech
Copy link
Collaborator Author

FTR; Reviewed 3x.

@ecrist
Copy link
Member

ecrist commented Dec 3, 2023 via email

@TinCanTech
Copy link
Collaborator Author

Negative.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants