Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-01 | Merge branch 'dgud/public_key/make_cert_fix' into dev | Dan Gudmundsson | |
* dgud/public_key/make_cert_fix: Complete rename of erl_make_certs Rename Fix issuer issue in generated certs | |||
2010-09-01 | Empty certificate chain | Ingela Anderton Andin | |
Handling of unkown CA certificats was changed in ssl and public_key to work as intended. In the process of doing this some test cases has been corrected as they where wrong but happened to work together with the incorrect unknown CA handling. | |||
2010-08-31 | Complete rename of erl_make_certs | Dan Gudmundsson | |
2010-08-31 | Rename | Dan Gudmundsson | |
2010-08-31 | Fix issuer issue in generated certs | Dan Gudmundsson | |
2010-08-24 | Merge branch 'ia/public_key_api/OTP-8722' into dev | Ingela Anderton Andin | |
* ia/public_key_api/OTP-8722: Revise the public_key API Resolved, version is now 0.8. Conflicts: lib/public_key/vsn.mk | |||
2010-08-23 | Revise the public_key API | Ingela Anderton Andin | |
Cleaned up and documented the public_key API to make it useful for general use. | |||
2010-08-18 | Remove ticket numbers from all vsn.mk files | Björn Gustavsson | |
Some application's vsn.mk files contained a list of the ticket numbers fixed in each version. Since that information can be obtained from the notes.xml file or from the merge commits in the git repository (provided that the branch name includes the ticket number), there is no reason to manually maintain that information in the vsn.mk files. | |||
2010-06-15 | Added empty line for solaris sed | Dan Gudmundsson | |
2010-06-09 | Support new crypto function | Ingela Anderton Andin | |
2010-06-08 | public_key: prepare for release | Dan Gudmundsson | |
2010-06-07 | Public key test fixes | Dan Gudmundsson | |
2010-06-03 | Fixed a bug in the spec which caused dsa parameters to be lost in the ↵ | Dan Gudmundsson | |
certificates. | |||
2010-06-01 | OTP-8649 dg/public_key-test-coverage | Raimo Niskanen | |
2010-05-11 | Updated vsn | Ingela Anderton Andin | |
2010-05-11 | Handling of empty certificate extensions OTP-8626 | Ingela Anderton Andin | |
2010-04-19 | Prepare for release | Dan Gudmundsson | |
2010-04-15 | ** Empty commit message ** | Ingela Anderton Andin | |
2010-04-13 | OTP-8554 Certificate extensions | Ingela Anderton Andin | |
2010-04-13 | OTP-8553 Extended key usage | Ingela Anderton Andin | |
2010-04-13 | Use binaries instead of non-supported lists as argument to ↵ | Dan Gudmundsson | |
crypto:des_cbc_decrypt | |||
2010-04-01 | Update version number | Ingela Anderton Andin | |
2010-03-25 | OTP-7046 Support for Diffie-Hellman keyexchange | Ingela Anderton Andin | |
2010-02-17 | public_key: Prepare release | Dan Gudmundsson | |
2010-01-21 | Merge branch 'bg/public_key-include_lib' into ccase/r13b04_dev | Erlang/OTP | |
* bg/public_key-include_lib: public_key: fix build of test suites on Windows | |||
2010-01-21 | ** Empty commit message ** | Lars G Thorsen | |
2010-01-19 | public_key: fix build of test suites on Windows | Björn Gustavsson | |
On Windows, the ERL_TOP environment variable contains a path that only is valid for cygwin-enabled programs, such as 'make'. It is not meaningful to pass the value of $ERL_TOP in the -I option to the Erlang compiler, because the Erlang emualator does not interpret cygwin paths correctly. Therefore, -include("test_server.hrl") will fail to find test_server.hrl. Work around the problem by using -include_lib(). | |||
2010-01-19 | Merge branch 'dgud/ssl-patches-from-Wil' into ccase/r13b04_dev | Erlang/OTP | |
* dgud/ssl-patches-from-Wil: Added a public_key:pkix_transform/2 instead and used it from ssl. Minor code cleanup new_ssl fix session reuse Code cleanup Send CA list during Certificate Request in new_ssl OTP-8372 Fixed session reuse (in new_ssl), thanks Wil Tan. Send CA list during Certificate Request (in new_ssl) , thanks Wil Tan. | |||
2010-01-13 | Added a public_key:pkix_transform/2 instead and used it from ssl. | Dan Gudmundsson | |
2010-01-12 | Send CA list during Certificate Request in new_ssl | Wil Tan | |
When requesting for client certificate, an SSL/TLS server may send a list of the distinguished names of acceptable certificate authorities. OpenSSL does this by default. | |||
2009-12-10 | Cleaned up docs | Dan Gudmundsson | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |