Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Switch to using python3 by default | Joe George | 2021-02-10 |
| | |||
* | Fix certificate IP Address to use 127.0.0.1 (#813) | Jose | 2020-04-22 |
| | |||
* | Ssl certificates (#802) | Jose | 2020-04-17 |
| | | | * Update IceSSL test certificates to work with macOS catalina | ||
* | Fixed makecerts.py script to specify extended key usage | Benoit Foucher | 2019-09-02 |
| | |||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Remove excessive empty lines | Joe George | 2017-06-07 |
| | |||
* | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | |||
* | Fixes to makecerts.py and instructions | Benoit Foucher | 2016-10-03 |
| | |||
* | Add README.md to certs directory | Joe George | 2016-05-13 |
| | |||
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | Additional makecerts.py fix, don't try generating BKS if JKS fails | Benoit Foucher | 2015-09-01 |
| | |||
* | Fixed ICE-6758 and ICE-6759 - better error messages and warnings | Benoit Foucher | 2015-09-01 |
| | |||
* | Put back server.pem | Jose | 2015-06-19 |
| | |||
* | Remove server.pem unused certificate | Jose | 2015-06-17 |
| | | | | | Fixed makecerts.py to not longer generate server.pem unused certificate. | ||
* | Renamed zeroc-ice-certutils to zeroc-icecertutils | Benoit Foucher | 2015-05-25 |
| | |||
* | Removed --impl usage from makecerts.py | Benoit Foucher | 2015-05-22 |
| | |||
* | Fixed ICE-6501: android SSL test failure and other minor Android test failures | Benoit Foucher | 2015-05-12 |
| | |||
* | New certificates for WinRT, the DNS subAltName should match the CN | Benoit Foucher | 2015-05-06 |
| | |||
* | New set of certificates for IceSSL/configuration test and various | Benoit Foucher | 2015-04-16 |
| | | | | | | | IceSSL fixes. - Windows C++ and C# implementation of IceSSL is now a bit less picky for SUBJECTDN and ISSUERDN - Windows SChannel implementation now accept PKCS#1 certificates | ||
* | Fixed test certs to include the email address | Benoit Foucher | 2015-04-08 |
| | |||
* | ICE-6382: removed iceca and fixed makecerts.py to depend on IceCertUtils ↵ | Benoit Foucher | 2015-04-07 |
| | | | | PyPI package | ||
* | Fixed (ICE-6176) - makecerts.py does not work with hostnames | Jose | 2015-02-09 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Removed unused DSA certs, minor fix to makecerts.py | Benoit Foucher | 2014-11-18 |
| | |||
* | Fixed distribution script to include makecerts.py, minor makecerts.py fix | Benoit Foucher | 2014-11-18 |
| | |||
* | Fixes for ICE-5910: merged makecerts.py with makewinrtcerts.py, removed ↵ | Benoit Foucher | 2014-11-18 |
| | | | | WinRT certs | ||
* | - Fixed arrayOffset bug with IceSSL.TransceiverI.fill. | Matthew Newhook | 2014-11-17 |
| | | | | | - Added WS/WSS to android test suite. - Fixed bks files for android. | ||
* | Fixed (ICE-5909) - Demo certificates for 3.6 | Jose | 2014-11-14 |
| | | | | * Revert SSL certificate updates to use same certificates than 3.5.1 | ||
* | Windows SSL SChannel implementation & OS X Secure Transport fixes. | Jose | 2014-08-07 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | minor simplication to makecerts script | Jose | 2013-09-24 |
| | |||
* | Fix android certificates. | Jose | 2013-09-24 |
| | |||
* | ICE-3249 - Test CA in windows keystore? | Jose | 2013-09-04 |
| | |||
* | Python 3 support for certs/makecerts.py | Benoit Foucher | 2013-02-21 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | makecerts.py fixes: | Jose | 2013-02-11 |
| | | | | | * Don't remove cacert.der , it is required by Ice Touch. * Fixed bogus elif | ||
* | Finished fixing ICE-5180: Surface WinRT support | Benoit Foucher | 2013-02-06 |
| | |||
* | Android demo SSL certificate fixes | Jose | 2012-12-10 |
| | |||
* | Update SSL certificates to be compatible with IOS | Jose | 2012-11-15 |
| | |||
* | WinRT support | Jose | 2012-07-13 |
| | |||
* | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 |
| | |||
* | Bug 3621 - updated copyright to 2009 | Dwayne Boone | 2009-01-02 |
| | |||
* | Updated copyrights on SL files (plus a few others) | Dwayne Boone | 2008-06-06 |
| | |||
* | bug 2759 - consolidating SSL certs | Mark Spruiell | 2008-03-07 |
| | |||
* | Updated copyright | Dwayne Boone | 2008-03-04 |
| | |||
* | - Moved cpp/slice to slice | Brent Eagles | 2007-11-07 |
- Merged all TestUtil.py modules to config/TestUtil.py - Moved all certs to config/certs - Updated test scripts to refer to new TestUtil.py module and use new interfaces - Updated build systems to refer to new slice location - Moved cpp/install to distribution - Moved and merged all IceGridAdmin.py modules to config. - Modified build system to deal with new build logic. That is there are 3 basic ways to find the slice translators and runtime: ICE_HOME, an RPM install and the source distribution. Automatically detecting Ice in a default install location is now problematic and no longer done. |