Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Typo: only return error if unrecognise bag type. | Dr. Stephen Henson | 2016-02-12 | 1 | -1/+1 |
* | add missing file p12_lcl.h | Dr. Stephen Henson | 2016-02-08 | 2 | -1/+94 |
* | Following the PKCS#12 update, update crypto/pkcs12/build.info as well | Richard Levitte | 2016-02-08 | 1 | -1/+1 |
* | fix various formatting issues | Dr. Stephen Henson | 2016-02-08 | 2 | -1/+3 |
* | use new function names | Dr. Stephen Henson | 2016-02-08 | 3 | -22/+44 |
* | Add p12_sbag.c to Makefile.in | Dr. Stephen Henson | 2016-02-08 | 1 | -2/+2 |
* | Reorganise functions. | Dr. Stephen Henson | 2016-02-08 | 5 | -162/+223 |
* | Use new names | Dr. Stephen Henson | 2016-02-08 | 4 | -8/+8 |
* | Rename PKCS12 function | Dr. Stephen Henson | 2016-02-08 | 1 | -22/+23 |
* | pkcs12 accessors | Dr. Stephen Henson | 2016-02-08 | 2 | -0/+42 |
* | more PKCS12 opacity | Dr. Stephen Henson | 2016-02-08 | 3 | -5/+9 |
* | New PKCS12 accessors, change macros to functions. | Dr. Stephen Henson | 2016-02-08 | 1 | -4/+46 |
* | Make PKCS12 structures opaque | Dr. Stephen Henson | 2016-02-08 | 5 | -0/+5 |
* | GH601: Various spelling fixes. | FdaSilvaYY | 2016-02-05 | 1 | -1/+1 |
* | unified build scheme: add build.info files | Richard Levitte | 2016-02-01 | 1 | -0/+5 |
* | Templatize util/domd | Rich Salz | 2016-01-29 | 1 | -2/+1 |
* | Remove /* foo.c */ comments | Rich Salz | 2016-01-26 | 15 | -15/+0 |
* | Remove update tags | Rich Salz | 2016-01-20 | 1 | -2/+0 |
* | Remove some old makefile targets | Rich Salz | 2016-01-17 | 1 | -12/+0 |
* | Move Makefiles to Makefile.in | Rich Salz | 2016-01-12 | 2 | -293/+67 |
* | make update | Richard Levitte | 2016-01-12 | 1 | -128/+158 |
* | Adapt all EVP_CIPHER_CTX users for it becoming opaque | Richard Levitte | 2016-01-12 | 1 | -7/+11 |
* | make update | Dr. Stephen Henson | 2015-12-09 | 1 | -26/+11 |
* | Fix clang complaints about uninitialised variables. | Richard Levitte | 2015-12-07 | 1 | -3/+3 |
* | Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy) | Richard Levitte | 2015-12-07 | 1 | -2/+2 |
* | Adapt the rest of the source to the opaque HMAC_CTX | Richard Levitte | 2015-12-07 | 1 | -8/+8 |
* | Adjust all accesses to EVP_MD_CTX to use accessor functions. | Richard Levitte | 2015-12-07 | 1 | -10/+13 |
* | Adapt HMAC to the EVP_MD_CTX changes | Richard Levitte | 2015-12-07 | 1 | -1/+1 |
* | Continue standardising malloc style for libcrypto | Matt Caswell | 2015-11-09 | 2 | -2/+3 |
* | Set salt length after the malloc has succeeded | Alessandro Ghedini | 2015-10-23 | 1 | -1/+1 |
* | Fix memory leaks and other mistakes on errors | Alessandro Ghedini | 2015-10-23 | 1 | -7/+20 |
* | GOST PKCS12 support | Matt Caswell | 2015-09-21 | 1 | -3/+38 |
* | RT4002: check for NULL cipher in p12_crpt.c | Emilia Kasper | 2015-09-01 | 1 | -0/+3 |
* | Don't output bogus errors in PKCS12_parse | Dr. Stephen Henson | 2015-06-25 | 1 | -0/+2 |
* | Use CRYPTO_memcmp when comparing authenticators | Emilia Kasper | 2015-06-08 | 1 | -1/+2 |
* | Add function PKCS8_set0_pbe | Dr. Stephen Henson | 2015-05-26 | 2 | -19/+33 |
* | Fix memory leak. | Dr. Stephen Henson | 2015-05-26 | 1 | -2/+2 |
* | Fix the update target and remove duplicate file updates | Richard Levitte | 2015-05-22 | 1 | -0/+2 |
* | make depend | Richard Levitte | 2015-05-14 | 1 | -13/+19 |
* | Identify and move common internal libcrypto header files | Richard Levitte | 2015-05-14 | 13 | -13/+13 |
* | Use p==NULL not !p (in if statements, mainly) | Rich Salz | 2015-05-11 | 10 | -34/+45 |
* | free cleanup almost the finale | Rich Salz | 2015-04-30 | 1 | -4/+1 |
* | free NULL cleanup 5a | Rich Salz | 2015-04-30 | 1 | -9/+5 |
* | free NULL cleanup 8 | Rich Salz | 2015-04-30 | 1 | -2/+1 |
* | free NULL cleanup 9 | Rich Salz | 2015-04-11 | 2 | -22/+8 |
* | Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant | Richard Levitte | 2015-03-31 | 1 | -17/+1 |
* | Stop symlinking, move files to intended directory | Richard Levitte | 2015-03-31 | 1 | -340/+0 |
* | Remove duplicate code. | Dr. Stephen Henson | 2015-03-30 | 2 | -12/+3 |
* | free NULL cleanup | Rich Salz | 2015-03-28 | 1 | -1/+1 |
* | RAND_bytes updates | Matt Caswell | 2015-03-25 | 1 | -1/+1 |