aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_x509req.c
Commit message (Collapse)AuthorAgeFilesLines
* * Macros fixupsossl1-ossl2-branch-pointMichal Rokos2002-04-071-3/+3
| | | | | | | | | | * X509ExtFactory cleanup * fixed strptime warning on Linux * X509::Certificate#version has been changed! !!! WARNING !!! x509.version = 2 -> defines X509v3, (0 for v1, 1 for v2, ...) p x509.version -> 2, means that it is X509v3 !!! WARNING !!!
* * Big internal cleanup (all structs with only 1 member rearranged)Michal Rokos2002-03-111-112/+71
| | | | * improved getting time_t from cTime
* * WARNING! All to_str methods are not used any longer (use to_text instead)Michal Rokos2002-03-051-6/+5
| | | | | * made an aliases to_pem as to_s * more relaxed params checking - everywhere where string was needed it is OK that obj implements to_s method
* * More benevolent checks (Check_SafeStr(x) -> Check_Type(x, T_STRING)Michal Rokos2002-02-231-1/+0
| | | | (where we don't care)
* * transition from rb_raise to OSSL_Raise (where possible)Michal Rokos2002-02-131-38/+28
| | | | | * some mem checks * preliminary DH key support
* * Further checking (Check_SafeStr, memory leaks)Michal Rokos2002-01-041-2/+1
|
* * Memory checkingMichal Rokos2001-12-211-16/+44
|
* - BN added (only proof of concept)Michal Rokos2001-11-211-35/+56
| | | | | - indent changed - rand.h to ossl.h added
* Initial revisionMichal Rokos2001-11-161-0/+421