Age | Commit message (Expand) | Author |
2025-03-12 | [ruby/openssl] mark `initialize_copy` as :nodoc: | Sarun Rattanasiri |
2024-12-22 | [ruby/openssl] digest: remove optional parameter from OpenSSL::Digest#finish | Kazuki Yamaguchi |
2024-12-22 | [ruby/openssl] digest: make output buffer String independent in #finish | Kazuki Yamaguchi |
2024-12-07 | [ruby/openssl] Mark variables and functions as static whenever possible | Kazuki Yamaguchi |
2024-06-08 | [ruby/openssl] Fix references to the license text | Kazuki Yamaguchi |
2024-04-30 | [ruby/openssl] Add OpenSSL::Digest.digests to get a list of available digests | Bart de Water |
2023-06-19 | [ruby/openssl] Implement Write Barrier for all OpenSSL types | Jean Boussier |
2021-10-25 | [ruby/openssl] digest: use EVP_MD_CTX_get0_md() instead of EVP_MD_CTX_md() if... | Kazuki Yamaguchi |
2021-10-16 | [ruby/openssl] digest: load digest library using Kernel#require | Kazuki Yamaguchi |
2021-03-16 | [ruby/openssl] digest, hmac, ts, x509: use IO.binread in examples where appro... | Kazuki Yamaguchi |
2020-05-13 | [ruby/openssl] Remove 'mapping between Digest class and sn/ln' | Bart de Water |
2020-05-13 | [ruby/openssl] Look up digest by name instead of constant | Bart de Water |
2020-02-16 | Import openssl-2.2.0 (#2693) | Hiroshi SHIBATA |
2017-09-03 | openssl: import v2.1.0.beta1 | rhe |
2016-11-30 | openssl: import v2.0.0 | rhe |
2016-08-29 | import Ruby/OpenSSL 2.0.0.beta.1 | rhe |
2016-05-23 | openssl: use StringValueCStr() where NUL-terminated string is expected | rhe |
2015-09-22 | * ext/openssl/*: Remove svn commit id macros to make sync easier | zzak |
2015-05-29 | openssl: wrapper object before alloc | nobu |
2015-04-20 | * ext/openssl/*: use license instead of licence. | hsbt |
2014-12-12 | ossl_digest.c: typed data | nobu |
2014-09-30 | protoize no-arguments functions | nobu |
2014-08-03 | ext: prefer RB_TYPE_P over comparison TYPE with constants | nobu |
2011-11-04 | * whitespace cleanup. | nobu |
2011-08-25 | * ext/openssl/ossl_digest.c: Document OpenSSL::Digest::digest and add | drbrain |
2011-07-22 | * ext/openssl/ossl_digest.c: Check return value of EVP_DigestInit_ex. | emboss |
2011-06-13 | * ext/openssl/ossl_digest.c: fix error for digests that have no oid | emboss |
2011-06-13 | * ext/openssl/ossl_digest.c: allow Digests to be created by sn, ln or | emboss |
2011-05-21 | * ext/openssl/ossl_digest.c: Explain DSS and DSS1 in documentation. | emboss |
2011-05-19 | * lib: revert r31635-r31638 and untabify with expand(1). | nobu |
2011-05-16 | * ext/openssl/ossl_digest.c: Add documentation. | emboss |
2011-05-13 | Sat May 14 05:08:32 2011 Martin Bosslet <[email protected]> | emboss |
2011-05-13 | Sat May 14 04:19:06 2011 Martin Bosslet <[email protected]> | emboss |
2011-02-22 | * ext/openssl/ossl_digest.c: parenthesize macro arguments. | akr |
2010-12-06 | Add toplevel documentation for OpenSSL | drbrain |
2010-04-22 | * ext/**/*.[ch]: removed trailing spaces. | nobu |
2010-04-22 | * ext/**/*.[ch]: removed trailing spaces. | nobu |
2010-02-23 | Back out the series of changes pending a due discussion. | knu |
2010-02-23 | * ext/openssl/ossl_digest.c (GetDigestPtr): Allow to pass the | knu |
2009-02-17 | * ext/openssl: avoid cyclic require. | akr |
2008-12-31 | * ext/openssl/ossl_digest.c (GetDigestPtr): use StringValueCStr | akr |
2008-07-22 | * ext/openssl: suppress warnings. | nobu |
2008-02-25 | * ext/openssl/digest.c ext/openssl/lib/openssl/digest.rb: | technorama |
2007-04-05 | * ext/openssl/ossl_pkcs5.c: New module. | technorama |
2007-03-29 | * ext/openssl/ossl_{bn,cipher,digest,hmac,rand,pkey_{dh,dsa,rsa}}.c: Add Docu... | technorama |
2007-03-12 | * ext/openssl/ossl_asn1.c (Init_ossl_asn1): Let rdoc know about | knu |
2006-08-31 | * ruby.h (struct RString): embed small strings. | matz |
2004-12-15 | * lib/set.rb (Set#==): [ruby-dev:25206] | matz |
2004-06-30 | * ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add, | gotoyuzo |
2003-09-17 | * ext/openssl: all files are reviewed to simplify and avoid memory leak. | gotoyuzo |