| Commit message (Expand) | Author | Age | Files | Lines |
* | "make update" + stripping the type-specific stack functions out of | Geoff Thorpe | 2000-06-01 | 1 | -0/+124 |
* | The previous commit to crypto/stack/*.[ch] pulled the type-safety strings | Geoff Thorpe | 2000-06-01 | 2 | -7/+14 |
* | sk_***_new_null() seems to be there to avoid exactly this sort of thing | Geoff Thorpe | 2000-05-31 | 1 | -1/+1 |
* | Add "FIXME" comment. | Bodo Möller | 2000-05-31 | 1 | -1/+8 |
* | It seems that mktime does what is required here. Certainly timegm() can | Geoff Thorpe | 2000-05-29 | 1 | -6/+1 |
* | Add DSA library string. Workaround for IIS .key file invalid | Dr. Stephen Henson | 2000-05-24 | 1 | -1/+5 |
* | Fix "FIXME" indentation :-) | Bodo Möller | 2000-05-19 | 1 | -2/+2 |
* | Add "FIXME" comment, and adjust the indentation. | Bodo Möller | 2000-05-19 | 1 | -22/+27 |
* | Typesafety Thought Police part 5. | Ben Laurie | 2000-05-17 | 2 | -0/+6 |
* | Typesafety Thought Police part 3. | Ben Laurie | 2000-05-16 | 1 | -0/+2 |
* | Typesafety Thought Police Part 2. | Ben Laurie | 2000-05-16 | 1 | -3/+22 |
* | Allow UTCTIME objects to be retrieved. Check for imminent cert expiry. | Ben Laurie | 2000-05-14 | 2 | -0/+30 |
* | In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>, | Richard Levitte | 2000-05-02 | 2 | -6/+6 |
* | "make update" | Richard Levitte | 2000-04-09 | 1 | -48/+52 |
* | Fix a memory leak in PKCS12_parse. | Dr. Stephen Henson | 2000-03-22 | 1 | -0/+2 |
* | Update test suite so that 'make test' succeeds in 'no-rsa' configuration. | Bodo Möller | 2000-03-13 | 1 | -3/+4 |
* | Preserve reason strings in automatically build tables. | Bodo Möller | 2000-03-05 | 1 | -1/+2 |
* | Fix for previous patch: If RAND_pseudo_bytes returns 0, this is not an error. | Bodo Möller | 2000-03-03 | 2 | -3/+4 |
* | Use RAND_pseudo_bytes, not RAND_bytes, for IVs/salts. | Bodo Möller | 2000-03-02 | 2 | -2/+2 |
* | Make ASN1 types real typedefs. | Dr. Stephen Henson | 2000-02-26 | 2 | -2/+2 |
* | More get0 et al. changes. Also provide fgrep targets in CHANGES | Bodo Möller | 2000-02-26 | 1 | -2/+2 |
* | Rename functions for new convention. | Dr. Stephen Henson | 2000-02-26 | 2 | -6/+6 |
* | Make pkcs8 work again. | Dr. Stephen Henson | 2000-02-22 | 1 | -2/+2 |
* | warning. | Ulf Möller | 2000-02-22 | 1 | -1/+1 |
* | Change the 'other' structure in certificate aux info. | Dr. Stephen Henson | 2000-02-20 | 1 | -4/+5 |
* | Pass phrase reorganisation. | Dr. Stephen Henson | 2000-02-17 | 1 | -1/+1 |
* | Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca... | Ralf S. Engelschall | 2000-02-11 | 1 | -0/+1 |
* | Add support for some broken PKCS#8 formats. | Dr. Stephen Henson | 2000-02-05 | 1 | -2/+0 |
* | ispell (and minor modifications) | Ulf Möller | 2000-02-04 | 10 | -18/+18 |
* | Seek out and destroy another evil cast. | Ulf Möller | 2000-01-31 | 46 | -64/+64 |
* | Source code cleanups: Use void * rather than char * in lhash, | Ulf Möller | 2000-01-30 | 3 | -3/+3 |
* | Fix CRL encoding bug. | Dr. Stephen Henson | 2000-01-29 | 1 | -9/+5 |
* | Rename asn1/pkcs8.c to asn1/p8_key.c to avoid name conflict. | Ulf Möller | 2000-01-24 | 1 | -1/+1 |
* | Tidy up CRYPTO_EX_DATA structures. | Dr. Stephen Henson | 2000-01-24 | 2 | -8/+9 |
* | Check RAND_bytes() return value or use RAND_pseudo_bytes(). | Ulf Möller | 2000-01-21 | 2 | -3/+4 |
* | Finish off the X509_ATTRIBUTE string stuff. | Dr. Stephen Henson | 2000-01-20 | 1 | -2/+2 |
* | Use CRYPTO_push_info to track down memory leak | Bodo Möller | 2000-01-13 | 1 | -0/+1 |
* | Make NO_RSA compile with pedantic. | Ben Laurie | 2000-01-08 | 5 | -0/+31 |
* | apps/openssl.cnf and the documentation say it's "nombstr", | Bodo Möller | 2000-01-07 | 1 | -1/+1 |
* | More X509_ATTRIBUTE changes. | Dr. Stephen Henson | 2000-01-07 | 3 | -3/+7 |
* | Initial automation changes to 'req' and X509_ATTRIBUTE functions. | Dr. Stephen Henson | 2000-01-06 | 3 | -63/+69 |
* | Fix some of the command line password stuff. New function | Dr. Stephen Henson | 2000-01-01 | 3 | -4/+23 |
* | Add OIDs for idea and blowfish. Unfortunately these are in | Dr. Stephen Henson | 1999-12-29 | 3 | -3/+12 |
* | Simplify the trust structure: basically zap the bit strings and | Dr. Stephen Henson | 1999-12-29 | 2 | -101/+45 |
* | New {i2d,d2i}_PrivateKey_{bio, fp} functions. | Dr. Stephen Henson | 1999-12-26 | 2 | -0/+4 |
* | Fixes so NO_RSA works again. | Dr. Stephen Henson | 1999-12-24 | 1 | -1/+4 |
* | Add PKCS#8 utility functions and add PBE options. | Dr. Stephen Henson | 1999-12-23 | 1 | -0/+7 |
* | Support for ASN1 NULL type. | Dr. Stephen Henson | 1999-12-22 | 5 | -3/+135 |
* | Fix a typo in a_enum.c. | Dr. Stephen Henson | 1999-12-13 | 1 | -1/+1 |
* | Fix for crashing INTEGERs, ENUMERATEDs and OBJECT IDENTIFIERs. | Dr. Stephen Henson | 1999-12-10 | 3 | -4/+16 |