This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
ant
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
1
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Mention the support for SubjectAlternativeName in generatekey task
This
closes
#64
PR at github/apache/ant
master
Jaikiran Pai
7 years ago
parent
05d05a0bd6
commit
a5fe8b61f1
3 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
CONTRIBUTORS
+6
-0
WHATSNEW
+1
-0
src/main/org/apache/tools/ant/taskdefs/GenerateKey.java
+ 1
- 0
CONTRIBUTORS
View File
@@ -206,6 +206,7 @@ Josh Lucas
Juerg Wanner
Julian Simpson
Justin Vallon
Karl Jansen
Keiron Liddle
Keith Visco
Kevin Connor Arpe
+ 6
- 0
WHATSNEW
View File
@@ -1,6 +1,12 @@
Changes from Ant 1.9.13 TO Ant 1.9.14
=====================================
Other changes:
--------------
* generatekey task now supports SubjectAlternativeName during key
generation.
Changes from Ant 1.9.12 TO Ant 1.9.13
=====================================
+ 1
- 0
src/main/org/apache/tools/ant/taskdefs/GenerateKey.java
View File
@@ -226,6 +226,7 @@ public class GenerateKey extends Task {
* The subject alternative name for entity.
*
* @param saname subject alternative name
* @since Ant 1.9.14
*/
public void setSaname(final String saname) {
if (JavaEnvUtils.isAtLeastJavaVersion(JavaEnvUtils.JAVA_1_7)) {
Write
Preview
Loading…
Cancel
Save