2003-07-21 |
Bodo Möller | manpages for 'openssl ec' and 'openssl ecparam' |
commit | commitdiff | tree | snapshot |
2003-07-10 |
Richard Levitte | A document that has a very rough description of the... |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Richard Levitte | Replace CCITT with ITU-T. Keep CCITT around as an... |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Richard Levitte | Make sure openssl.pc is readable by everyone. |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Richard Levitte | The counter is big-endian. Since it comes as an array... |
commit | commitdiff | tree | snapshot |
2003-07-03 |
Richard Levitte | Oops, I forgot to replace 'counter' with 'ivec' when... |
commit | commitdiff | tree | snapshot |
2003-07-03 |
Richard Levitte | Add -issuer_hash and make -subject_hash the default... |
commit | commitdiff | tree | snapshot |
2003-07-03 |
Richard Levitte | The convenience argumetn for -nameopt and -certopt... |
commit | commitdiff | tree | snapshot |
2003-07-03 |
Richard Levitte | The 'counter' is really the IV. |
commit | commitdiff | tree | snapshot |
2003-07-03 |
Richard Levitte | Change AES-CTR to increment the IV by 1 instead of... |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Lutz Jänicke | Clarify wording of verify_callback() behaviour. |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Richard Levitte | Only remove old files if they exist. [Maing32]. |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Richard Levitte | Nils Larsch told me I could remove that variable entirely. |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Richard Levitte | make update |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Richard Levitte | Implement missing functions. |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Richard Levitte | "Remove" unused variable |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Richard Levitte | Conform with the standard prototype for engine control... |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Richard Levitte | Scan through the engines directory as well. |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Richard Levitte | The definition of dynamic_ctrl() should change along... |
commit | commitdiff | tree | snapshot |
2003-06-25 |
Bodo Möller | implement PKCS #8 / SEC1 private key format for ECC |
commit | commitdiff | tree | snapshot |
2003-06-24 |
Dr. Stephen... | Return EOF when an S/MIME part have been read. |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Richard Levitte | Make sure the compiler knows we run with pedantic settings. |
commit | commitdiff | tree | snapshot |
2003-06-19 |
Richard Levitte | make update |
commit | commitdiff | tree | snapshot |
2003-06-19 |
Richard Levitte | Document the last change. |
commit | commitdiff | tree | snapshot |
2003-06-19 |
Richard Levitte | Prepare for changes in the 0.9.6 branch |
commit | commitdiff | tree | snapshot |
2003-06-19 |
Richard Levitte | Prepare for changes in the 0.9.6 branch |
commit | commitdiff | tree | snapshot |
2003-06-19 |
Richard Levitte | We set the export flag for 512 *bit* keys, not 512... |
commit | commitdiff | tree | snapshot |
2003-06-19 |
Richard Levitte | Add documentation for the new crlnumber configuration... |
commit | commitdiff | tree | snapshot |
2003-06-19 |
Richard Levitte | Typo. |
commit | commitdiff | tree | snapshot |
2003-06-19 |
Richard Levitte | Implement CRL numbers. |
commit | commitdiff | tree | snapshot |
2003-06-19 |
Richard Levitte | dynamic_ctrl() didn't have exactly the same prototype... |
commit | commitdiff | tree | snapshot |
2003-06-19 |
Richard Levitte | Unsigned vs. signed fixed. |
commit | commitdiff | tree | snapshot |
2003-06-19 |
Richard Levitte | EXIT() should mainly be exit(n), not return(n). OPENSS... |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Richard Levitte | Add the application data type to the README. |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Richard Levitte | Missing string and potential memory leaks. |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Richard Levitte | Slightly better check of attributes. Now, mem_list_nex... |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Richard Levitte | Beautify |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Richard Levitte | Typo. |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Richard Levitte | Do not try to use non-existent gmtime_r() on SunOS4. |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Richard Levitte | Make sure ssize_t is defined on SunOS4. |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Richard Levitte | Make sure DSO-dlfcn works properly on SunOS4. |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Richard Levitte | Typo. |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Richard Levitte | Add the possibility to have symbols loaded globally... |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Richard Levitte | make update |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Richard Levitte | Avoid warnings saying that the format takes a void*. |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Richard Levitte | Remove unused variable |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Richard Levitte | Add an entry for X509_TRUST_OBJECT_SIGN in trstandard[]. |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Richard Levitte | Add documentation for ERR_set_mark() and ERR_pop_to_mark(). |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Richard Levitte | Add functionality to set marks on the error stack and... |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Richard Levitte | Handle des_modes.pod properly. |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Richard Levitte | Make sure to NUL-terminate the string on end-of-file... |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Richard Levitte | Add crypto/store to the directories to look through. |
commit | commitdiff | tree | snapshot |
2003-06-10 |
Richard Levitte | Document the AES_cbc_encrypt() change |
commit | commitdiff | tree | snapshot |
2003-06-10 |
Richard Levitte | The output from AES_cbc_encrypt() should be exact multi... |
commit | commitdiff | tree | snapshot |
2003-06-09 |
Richard Levitte | Typo |
commit | commitdiff | tree | snapshot |
2003-06-06 |
Geoff Thorpe | This memset() in the ubsec ENGINE is a bug. Zeroing... |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Richard Levitte | Make sure the sigaction structure and fileno function... |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Richard Levitte | Remove extra ; |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Richard Levitte | Make sure the function definitions match their declaration. |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Richard Levitte | Make sure that size_t matches size_t. |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Richard Levitte | Make sure debug-solaris-sparcv9-gcc is consistent with... |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Dr. Stephen... | Really get X509_CRL_CHECK_ALL right this time... |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Lutz Jänicke | Clarify return value of SSL_connect() and SSL_accept... |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Dr. Stephen... | Update CHANGES to reflect base64 fix added to 0.9.7 |
commit | commitdiff | tree | snapshot |
2003-06-02 |
Dr. Stephen... | Only count 'LF' as EOL in pk7_mime.c, this avoids incorrect |
commit | commitdiff | tree | snapshot |
2003-06-02 |
Dr. Stephen... | Stop checking for CRLF when start of buffer is reached. |
commit | commitdiff | tree | snapshot |
2003-06-01 |
Dr. Stephen... | Various S/MIME bug and compatibility fixes. |
commit | commitdiff | tree | snapshot |
2003-05-30 |
Lutz Jänicke | Clarify ordering of certificates when using certificate... |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Richard Levitte | Include openssl/e_os.h so OPENSSL_SYSNAME_ULTRASPARC... |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Richard Levitte | Have ASFLAGS be defined the same way as CFLAGS |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Richard Levitte | PR: 630 |
commit | commitdiff | tree | snapshot |
2003-05-28 |
Lutz Jänicke | Add minimum POP3 STLS hack to s_client.c (as was provid... |
commit | commitdiff | tree | snapshot |
2003-05-28 |
Lutz Jänicke | Move header file inclusion to prevent irritation of... |
commit | commitdiff | tree | snapshot |
2003-05-28 |
Dr. Stephen... | PR: 627 |
commit | commitdiff | tree | snapshot |
2003-05-28 |
Dr. Stephen... | PR: 631 |
commit | commitdiff | tree | snapshot |
2003-05-28 |
Richard Levitte | Make sure to compare unsigned against unsigned. |
commit | commitdiff | tree | snapshot |
2003-05-23 |
Richard Levitte | Brackets are now allowed, after a small hack in the... |
commit | commitdiff | tree | snapshot |
2003-05-21 |
Richard Levitte | Fix sign bugs. |
commit | commitdiff | tree | snapshot |
2003-05-21 |
Richard Levitte | Correct signedness |
commit | commitdiff | tree | snapshot |
2003-05-21 |
Richard Levitte | Make sure EC_window_bits_for_scalar_size() returns... |
commit | commitdiff | tree | snapshot |
2003-05-21 |
Richard Levitte | I have no idea how I cut away that piece of text... |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Richard Levitte | I don't remember what my thinking was with str_compat... |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Richard Levitte | make update |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Richard Levitte | Misspelled functions. |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Richard Levitte | Some misspelled function names. |
commit | commitdiff | tree | snapshot |
2003-05-19 |
Richard Levitte | Make the function STORE_new_engine() public. |
commit | commitdiff | tree | snapshot |
2003-05-19 |
Richard Levitte | Remove certain functions |
commit | commitdiff | tree | snapshot |
2003-05-19 |
Dr. Stephen... | The square brackets in BIO_s_bio.pod for some |
commit | commitdiff | tree | snapshot |
2003-05-18 |
Dr. Stephen... | Fix docs. |
commit | commitdiff | tree | snapshot |
2003-05-07 |
Dr. Stephen... | Add correct DN entry for serialNumber. |
commit | commitdiff | tree | snapshot |
2003-05-07 |
Richard Levitte | Define the two authentication parameter types for passp... |
commit | commitdiff | tree | snapshot |
2003-05-07 |
Richard Levitte | Add the possibility to hand execution parameters (for... |
commit | commitdiff | tree | snapshot |
2003-05-07 |
Richard Levitte | /usr/lib/pkgconfig/openssl.pc was never installed in... |
commit | commitdiff | tree | snapshot |
2003-05-07 |
Richard Levitte | DO NOT constify RSA* in RSA_sign() and RSA_verify(... |
commit | commitdiff | tree | snapshot |
2003-05-06 |
Richard Levitte | Add the possibility to store arbitrary data in a STORE. |
commit | commitdiff | tree | snapshot |
2003-05-05 |
Richard Levitte | Constify RSA_sign() and RSA_verify(). |
commit | commitdiff | tree | snapshot |
2003-05-03 |
Richard Levitte | Yeah, right, an object file ending with .c, that'll... |
commit | commitdiff | tree | snapshot |
2003-05-02 |
Dr. Stephen... | Make DER option work again. |
commit | commitdiff | tree | snapshot |
2003-05-02 |
Richard Levitte | It's usually best if the function name matches everywhe... |
commit | commitdiff | tree | snapshot |
2003-05-01 |
Richard Levitte | STORE was created 2003, darnit! |
commit | commitdiff | tree | snapshot |
next |