index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
openssl
/
ossl_x509store.c
Age
Commit message (
Expand
)
Author
2025-12-04
[ruby/openssl] Expand tabs in C source files
Kazuki Yamaguchi
2025-11-29
[ruby/openssl] Remove dummy declarations for mOSSL and eOSSLError
Kazuki Yamaguchi
2025-08-19
[ruby/openssl] Add missing write barriers in X509
John Hawthorn
2025-07-31
[ruby/openssl] x509store: fix StoreContext#current_cert
Kazuki Yamaguchi
2025-01-21
[ruby/openssl] Require OpenSSL 1.1.1 or later
Kazuki Yamaguchi
2025-01-20
[ruby/openssl] Require OpenSSL 1.1.0 or later
Kazuki Yamaguchi
2025-01-14
[ruby/openssl] Require LibreSSL 3.9 or later
Kazuki Yamaguchi
2024-12-07
[ruby/openssl] Mark variables and functions as static whenever possible
Kazuki Yamaguchi
2024-12-07
[ruby/openssl] x509store: fix exception class in OpenSSL::X509::StoreContext#...
Kazuki Yamaguchi
2024-07-24
[ruby/openssl] Set time directly on the x509 store
Samuel Giddins
2024-06-08
[ruby/openssl] Fix references to the license text
Kazuki Yamaguchi
2023-06-19
[ruby/openssl] Implement Write Barrier for all OpenSSL types
Jean Boussier
2021-10-16
[ruby/openssl] x509store: explicitly call rb_gc_mark() against Store/StoreCon...
Kazuki Yamaguchi
2021-09-12
[ruby/openssl] Suppress cast-function-type warnings
Nobuyoshi Nakada
2021-03-16
[ruby/openssl] x509store: update rdoc for X509::Store and X509::StoreContext
Kazuki Yamaguchi
2021-03-16
[ruby/openssl] x509store: fix memory leak in X509::StoreContext.new
Kazuki Yamaguchi
2021-03-16
[ruby/openssl] x509store: avoid ossl_raise() calls with NULL message
Kazuki Yamaguchi
2021-03-16
[ruby/openssl] x509store: refactor X509::StoreContext#chain
Kazuki Yamaguchi
2021-03-16
[ruby/openssl] x509store: emit warning if arguments are given to X509::Store.new
Kazuki Yamaguchi
2021-03-16
[ruby/openssl] x509store: let X509::Store#add_file raise TypeError if nil is ...
Kazuki Yamaguchi
2019-11-18
[ruby/openssl] Remove taint support
Jeremy Evans
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2018-02-16
no ID cache in Init functions
nobu
2017-09-03
openssl: import v2.1.0.beta1
rhe
2017-06-14
openssl: import v2.0.4
rhe
2016-11-30
openssl: import v2.0.0
rhe
2016-08-29
import Ruby/OpenSSL 2.0.0.beta.1
rhe
2016-06-05
openssl: adapt to OpenSSL 1.1.0 opaque structs
rhe
2016-06-05
openssl: support OpenSSL 1.1.0's new multi-threading API
rhe
2016-05-25
openssl: drop OpenSSL 0.9.6/0.9.7 support
rhe
2016-05-23
openssl: use StringValueCStr() where NUL-terminated string is expected
rhe
2016-05-19
openssl: register ex_data index for X509_STORE{_CTX,} respectively
rhe
2016-05-18
openssl: clear OpenSSL error queue before return to Ruby
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-13
ossl_x509store.c: typed data
nobu
2014-12-13
ossl_x509store.c: typed data
nobu
2014-09-30
protoize no-arguments functions
nobu
2013-04-16
* ext/openssl/*: Document synonymous methods, by windwiny [GH-277]
zzak
2013-03-05
use INT2FIX(0) instead of INT2NUM(0).
kazu
2012-10-02
* ext/openssl/ossl_x509store.c (ossl_x509store_add_file): Added
drbrain
2012-02-02
* ext/openssl/ossl_x509store.c: Add class documentation for
drbrain
2011-03-24
* ext/openssl/ossl_rand.c (ossl_rand_egd_bytes): use NUM2INT because
naruse
2011-03-20
* ext/openssl/ossl_x509store.c: parenthesize macro arguments.
akr
2010-12-09
* ext/openssl/ossl_x509store.c (ossl_x509stctx_cleanup): removing C
tenderlove
2010-04-22
* ext/**/*.[ch]: removed trailing spaces.
nobu
2010-03-26
* ext/openssl/ossl_x509store.c (ossl_x509store_initialize): initialize
mame
2009-08-14
* include/ruby/ruby.h (rb_check_safe_str): deprecated.
nobu
[next]