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
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_pkey.c
Age
Commit message (
Expand
)
Author
2021-03-16
[ruby/openssl] Add compare? method to OpenSSL::PKey that wraps EVP_PKEY_cmp.
Colton Jenkins
2021-03-16
[ruby/openssl] pkey: add PKey::PKey#derive
Kazuki Yamaguchi
2021-03-16
[ruby/openssl] pkey: support 'one-shot' signing and verification
Kazuki Yamaguchi
2021-03-16
[ruby/openssl] pkey: port PKey::PKey#sign and #verify to the EVP_Digest* inte...
Kazuki Yamaguchi
2021-03-16
[ruby/openssl] pkey: add PKey.generate_parameters and .generate_key
Kazuki Yamaguchi
2021-03-16
[ruby/openssl] pkey: assume generic PKeys contain private components
Kazuki Yamaguchi
2021-03-16
[ruby/openssl] pkey: refactor #export/#to_pem and #to_der
Kazuki Yamaguchi
2021-03-16
[ruby/openssl] pkey: refactor DER/PEM-encoded string parsing code
Kazuki Yamaguchi
2021-03-16
[ruby/openssl] pkey: have PKey.read parse PEM-encoded DHParameter
Kazuki Yamaguchi
2021-03-16
[ruby/openssl] pkey: simplify ossl_pkey_new()
Kazuki Yamaguchi
2020-05-13
[ruby/openssl] pkey: add PKey#inspect and #oid
Kazuki Yamaguchi
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
2018-08-08
openssl: sync with upstream repository
rhe
2018-02-16
no ID cache in Init functions
nobu
2017-11-25
openssl: import v2.1.0.beta2
rhe
2017-09-03
openssl: import v2.1.0.beta1
rhe
2017-08-10
openssl: import v2.0.5
rhe
2016-12-22
openssl: import v2.0.2
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: adapt OpenSSL::PKey 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-20
openssl: improve handling of password for encrypted PEM
rhe
2016-02-02
Fix typo on OpenSSL::PKey doc [ci skip]
nobu
2015-11-13
Commit miss from r52556
zzak
2015-11-13
* ext/openssl/ossl_pkey.c: Merge ruby/openssl@b9ea8ef [Bug #10735]
zzak
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
2015-02-16
use rb_funcallv
nobu
2014-12-12
ossl_pkey.c: typed data
nobu
2014-09-30
protoize no-arguments functions
nobu
2014-04-16
ossl_pkey.c: fix memory leak
nobu
2012-04-14
* variable.c (trace_ev): Removed "not reached" comment as this line is
drbrain
2011-11-14
* ext/openssl/ossl_pkey.c (ossl_pkey_new_from_file): set close-on-exec
akr
2011-10-19
* ext/openssl/ossl_ssl.c: Remove set, but unused variables.
emboss
2011-09-01
* Release GVL while OpenSSL's public key generation.
nahi
2011-08-16
* ext/openssl/ossl_pkey.c: corrected docs, OpenSSL::PKey::DH does
emboss
2011-08-07
* ext/openssl/ossl_asn1.c (decode_eoc): remove unused variables.
kosaki
2011-06-30
* sytle fixes.
nobu
2011-06-22
* ext/openssl/ossl.h: Introduced OSSL_BIO_reset macro for PEM/DER
emboss
2011-06-12
* ext/openssl/ossl_pkey.c: added PKey.read module function that allow
emboss
2011-05-19
* lib: revert r31635-r31638 and untabify with expand(1).
nobu
2011-05-18
*ext/openssl/ossl_pkey.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
[next]