-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #113 from OpenTouryoProject/JarJarmNet
Interim report on "JAR" and "JARM" support work.
- Loading branch information
Showing
41 changed files
with
2,622 additions
and
999 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,16 @@ | ||
openssl ecparam -list_curves | ||
|
||
openssl ecparam -out private-key.pem -name prime256v1 -genkey | ||
openssl req -new -key private-key.pem > csr.csr | ||
openssl x509 -in csr.csr -days 365000 -req -signkey private-key.pem > _SHA256ECDSA.cer | ||
openssl pkcs12 -export -inkey private-key.pem -in _SHA256ECDSA.cer > _SHA256ECDSA.pfx | ||
|
||
openssl ecparam -out private-key.pem -name secp384r1 -genkey | ||
openssl req -new -key private-key.pem > csr.csr | ||
openssl x509 -in csr.csr -days 365000 -req -signkey private-key.pem > _SHA384ECDSA.cer | ||
openssl pkcs12 -export -inkey private-key.pem -in _SHA384ECDSA.cer > _SHA384ECDSA.pfx | ||
|
||
openssl ecparam -out private-key.pem -name secp521r1 -genkey | ||
openssl req -new -key private-key.pem > csr.csr | ||
openssl x509 -in csr.csr -days 365000 -req -signkey private-key.pem > _SHA521ECDSA.cer | ||
openssl pkcs12 -export -inkey private-key.pem -in _SHA521ECDSA.cer > _SHA521ECDSA.pfx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
-----BEGIN CERTIFICATE----- | ||
MIIB0DCCAVcCCQC2AfLlMlV+KzAKBggqhkjOPQQDAjBRMQswCQYDVQQGEwJBVTET | ||
MBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQ | ||
dHkgTHRkMQowCAYDVQQDDAF4MCAXDTE5MDYyNTA3NDY0MVoYDzMwMTgxMDI2MDc0 | ||
NjQxWjBRMQswCQYDVQQGEwJBVTETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UE | ||
CgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMQowCAYDVQQDDAF4MHYwEAYHKoZI | ||
zj0CAQYFK4EEACIDYgAEqeyd2iMw8DZT7Yy3KO0mOuok1JBBdMwEuJTa81Upg06f | ||
bVbotK8yuhDSVkzSFsw3thH6faasSDmEO4zeVNdc5LbZJprQmL7JN3NZzYUJmF1G | ||
hQEl6QaZh+6f1QhDH0StMAoGCCqGSM49BAMCA2cAMGQCMAS6rWxZuGZ7QECfqpWI | ||
aZnK+F5fnLumQ1LbOwXhq68yUi/3pHj/2Eb2OMLodenTBgIwPBbkMBfUx4FIekl6 | ||
DvPrt76SjQHfrZmulNG6xUAznYB9VOQk4qulTzb67A8nNPpu | ||
-----END CERTIFICATE----- |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
-----BEGIN CERTIFICATE----- | ||
MIICHDCCAX0CCQCp548b2cn2yzAKBggqhkjOPQQDAjBRMQswCQYDVQQGEwJBVTET | ||
MBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQ | ||
dHkgTHRkMQowCAYDVQQDDAF4MCAXDTE5MDYyNTA3NDczMloYDzMwMTgxMDI2MDc0 | ||
NzMyWjBRMQswCQYDVQQGEwJBVTETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UE | ||
CgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMQowCAYDVQQDDAF4MIGbMBAGByqG | ||
SM49AgEGBSuBBAAjA4GGAAQBChF1IPNct+KfoIWEvEM4vT8J+f5BzCB1syQwaDBN | ||
4DiAMjKAI4TLibR7JOYSeNh0E4w3km1hSKmt1lmuIAbOscIBOPkkF6P3O1+wCskt | ||
QwKzh53IKA+4i15+HsoUZ9558jtiMH6lqRwrHOEdnWHZSFHXzdudDiutdzvU3lYC | ||
Xd3kGpkwCgYIKoZIzj0EAwIDgYwAMIGIAkIBamsrJIXEFleYv7iBj3M36OeaPuV2 | ||
HoT+LIrmWNMhMhMyJ4khJJo8gDshc5bFJl0FEkzVRKPZEo6DsVcCo/X6PVoCQgET | ||
SdJC6fI/dbcml0R/F7TynKreJ5pxCR32WNOS8jZmfyiRqbp0NFYwtn0B73PcpZWM | ||
bNWHN6Yt7WZm4yhbDKSoXg== | ||
-----END CERTIFICATE----- |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.