41fa6056ba08e7a94d60e10825d271fbd1fa5596
|
2007-03-29 |
* ext/openssl/ossl_{bn,cipher,digest,hmac,rand,pkey_{dh,dsa,rsa}}.c: Add Documentation for various methods. |
3930d3b36bfbe7b380595ed835dbd6b36847aab9
|
2007-04-02 |
* ext/openssl/{ossl.[ch],ossl_pkey.c} Add documentation. |
a05e89ca65c24dd4821e34172c891e5b8de33a54
|
2007-04-02 |
* ext/openssl/ossl_{ssl.[ch],ssl_session.c}}, ext/openssl/lib/openssl/lib/openssl/ssl.rb: New SSL::Session class. Add session cb's, getter/setters, config, and statistics methods. |
8b95ee24de750995a0ffa7881b0c190315a98598
|
2007-04-03 |
* ext/openssl/ossl_bn.c: More documentation. |
9ce7494cda368d85701058cea950912b5eeea237
|
2007-04-03 |
* ext/openssl/ossl_ssl.c: Add documentation. |
953e8aca2be6a74a4829f8729cd4ba8e501207fe
|
2007-04-05 |
* ext/openssl/ossl_pkcs5.c: New module. |
dcc5bd8bcf7fc2d8dd211e065c5d210af160f805
|
2007-04-05 |
* ext/openssl/ossl_{bn,x509{attr,cert,name,store}}.c: Add documentation. |
9fa80b19a61adf70ec785d96ebffc2a9327b7b5c
|
2007-06-18 |
* ext/openssl/{extconf.rb,ossl_ssl_session.c}: Fix ruby-Bugs-11513. |
42643e482e1c58cd353d88d0c317d091df80cd3d
|
2007-12-25 |
* ext/openssl/ossl_ssl.c: Only show a warning if the default DH callback is actually used. |
4ca078239309907130b6cb187d8d44ebaf220bae
|
2008-01-06 |
* lib/securerandom.rb: Add Win32 support. |
3ec97f3732ff78aff36ca04153a7a4b4a82bf2c2
|
2008-02-25 |
* ext/openssl/digest.c ext/openssl/lib/openssl/digest.rb: Commit patch #9280 from Akinori MUSHA. Simplify the OpenSSL::Digest class and make use of the existing Digest framework. Enhance performance. |
161b45f59ccb1d220a0b7741d4d3e1be6134944a
|
2008-02-26 |
* ext/openssl/ossl_{ec,dh,dsa,rsa}.c: Remove useless warnings. |
45acd59d2db8ec12a0a048b1c79ebb8acf68b995
|
2008-04-20 |
* ext/openssl/ossl_ssl.c: Switch stats hash key from string to symbol. New method SSLContext#setup to aid C extension writers. * test/openssl/test_ssl.rb: Add tests for new method and sessions. Use threads for ssl server instead of forking. * ext/openssl/ossl_version.h: Bump version. * ext/openssl/ossl_x509ext.c: Fix warnings. * test/openssl/utils.rb: Fix warnings. |
7361a2ecb3b86e1fea0cc1bb5a3c4351ab50068f
|
2009-01-24 |
* ext/openssl/ossl_ssl.c: Server Name Indication support. new methods SSLContext#server_name_cb=, SSLSocket#hostname=. |
7dd1a098a6db52ff628cb504303726ccddf945df
|
2009-01-29 |
* lib/securerandom.rb: new method SecureRandom#uuid |