aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_pkey_rsa.c
Commit message (Expand)AuthorAgeFilesLines
* Backport Ruby's OpenSSL changesMichal Rokos2003-08-141-21/+3
* Remove not-used coreossl-grafted-ruby-import-pointMichal Rokos2003-07-221-68/+1
* *** empty log message ***GOTOU Yuuzou2003-07-211-1/+1
* call ossl_raise with NULL when no message is passedMichal Rokos2003-07-091-21/+21
* * cipher.h: replace ossl_cipher_get_EVP_CIPHER into GetCipherPtrGOTOU Yuuzou2003-06-251-1/+1
* PEM callback, examplesMichal Rokos2003-06-161-2/+2
* allow .new & .generate to set the exponentTechnorama team2003-04-251-7/+13
* use bn param macrosTechnorama team2003-04-211-6/+30
* PKey params inspectionMichal Rokos2003-04-141-26/+59
* Make it work with "BEGIN PUBLIC KEY" headerMichal Rokos2003-04-071-6/+14
* * pkey_*.c: make alias to_s to export.GOTOU Yuuzou2002-12-221-0/+1
* * Indent by 4 spaces, 1 tab has the width of 8 spaces.GOTOU Yuuzou2002-12-171-316/+316
* Just some indent...Michal Rokos2002-06-121-5/+2
* change all rb_raise and OSSL_Raise to ossl_raiseMichal Rokos2002-06-121-30/+30
* PKey#sign and #verify moved to C-space (pkey.c)Michal Rokos2002-06-101-25/+40
* PKey: NO useless EVP_PKEY* dups.Michal Rokos2002-06-081-11/+6
* PKey (DH|DSA|RSA) cleanup and rewrite (EVP_PKEY is now wrapped), final cleani...Michal Rokos2002-06-061-249/+173
* Initial revisionMichal Rokos2002-06-041-2/+2
* * Macros fixupsossl1-ossl2-branch-pointMichal Rokos2002-04-071-4/+4
* * WARNING! All to_str methods are not used any longer (use to_text instead)Michal Rokos2002-03-051-16/+16
* * More benevolent checks (Check_SafeStr(x) -> Check_Type(x, T_STRING)Michal Rokos2002-02-231-8/+8
* * transition from rb_raise to OSSL_Raise (where possible)Michal Rokos2002-02-131-53/+40
* * added OpenSSL-SNAPSHOT style NO_* (OPENSSL_NO_*)Michal Rokos2002-01-101-2/+3
* * OpenSSL 0.9.6c support (BN)Michal Rokos2002-01-101-1/+1
* * Further checking (Check_SafeStr, memory leaks)Michal Rokos2002-01-041-97/+82
* * Memory checkingMichal Rokos2001-12-211-23/+50
* - BN added (only proof of concept)Michal Rokos2001-11-211-1/+1
* - HMAC addedMichal Rokos2001-11-201-24/+46
* Released as 0.0.9Michal Rokos2001-11-181-1/+4
* Sync with DEVELMichal Rokos2001-11-161-1/+15
* Initial revisionMichal Rokos2001-11-161-0/+540