2004-03-28 |
Dr. Stephen... | Remove obsolete files. |
commit | commitdiff | tree | snapshot |
2004-03-27 |
Dr. Stephen... | Allow CRLs to be passed into X509_STORE_CTX. This is... |
commit | commitdiff | tree | snapshot |
2004-03-27 |
Dr. Stephen... | Extend OID config module format. |
commit | commitdiff | tree | snapshot |
2004-03-26 |
Dr. Stephen... | Free up BIO properly when using streaming S/MIME sign. |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Dr. Stephen... | Remove BN_CTX debug from debug-steve |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Richard Levitte | SSL_COMP_get_compression_method is a typo (a missing... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Richard Levitte | Move the definition of Win32_rename(), since the macro... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Richard Levitte | Wrap code starting with a definition. |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Richard Levitte | Change spaces to symbols in names. |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Richard Levitte | Make prototypes for some callback pointers. |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Richard Levitte | A couple more cases where RAND_add() gets an integer... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Richard Levitte | RAND_add() wants a double as it's last argument. |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Dr. Stephen... | Fix loads of warnings in policy code. |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Dr. Stephen... | Fix ASN1 warnings. |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Geoff Thorpe | Adjust various bignum functions to use BN_CTX for varia... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Geoff Thorpe | Replace the BN_CTX implementation with my current work... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Geoff Thorpe | Adds warnings about two curves and fixes the "seed... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Geoff Thorpe | ... and this should likewise fix up those RSA implement... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Geoff Thorpe | By adding a BN_CTX parameter to the 'rsa_mod_exp' callb... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Geoff Thorpe | Damn, I was a bit hasty with my fix and hadn't spotted... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Geoff Thorpe | Remove some warnings. |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Geoff Thorpe | Protect against gcc's "warning: cast does not match... |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Richard Levitte | Don't define fd for platforms that do not use it, as... |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Richard Levitte | Correct constness problems. |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Richard Levitte | Make it easier to buld test applications... |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Richard Levitte | Only build the PKCS#7 test applications if "pkcs7"... |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Richard Levitte | Add store.h among the exported headers on VMS. |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Richard Levitte | o_str.h isn't a public header file, so make sure it... |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Richard Levitte | o_str.h isn't a public header file. |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Richard Levitte | Typo... |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Richard Levitte | Make sure toupper() is properly declared. |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Richard Levitte | Make it clear that for RSA_NO_PADDING, flen must be... |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Richard Levitte | make update |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Richard Levitte | Sync the VMS build with Unix. |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Dr. Stephen... | Initial support for certificate policy checking and... |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Richard Levitte | Correct minor spelling error. |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Richard Levitte | Change \t to real tab in echo argument. |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Richard Levitte | Remove a warning for conversion double->long. This... |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Richard Levitte | Make sure fd is defined where it should. |
commit | commitdiff | tree | snapshot |
2004-03-17 |
Geoff Thorpe | Note my bignum hijinx in case app maintainers are using... |
commit | commitdiff | tree | snapshot |
2004-03-17 |
Geoff Thorpe | Variety of belt-tightenings in the bignum code. (Please... |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Dr. Stephen... | Avoid warnings. |
commit | commitdiff | tree | snapshot |
2004-03-15 |
Richard Levitte | Constify d2i, s2i, c2i and r2i functions and other... |
commit | commitdiff | tree | snapshot |
2004-03-15 |
Richard Levitte | It was just pointed out to me that it's better to cast... |
commit | commitdiff | tree | snapshot |
2004-03-15 |
Richard Levitte | Make sure that the last argument to RAND_add() is a... |
commit | commitdiff | tree | snapshot |
2004-03-15 |
Richard Levitte | Make sure we use unsigned constants, or come compilers... |
commit | commitdiff | tree | snapshot |
2004-03-13 |
Geoff Thorpe | Convert openssl code not to assume the deprecated form... |
commit | commitdiff | tree | snapshot |
2004-03-13 |
Geoff Thorpe | The efforts to eliminate the dual-representation of... |
commit | commitdiff | tree | snapshot |
2004-03-13 |
Geoff Thorpe | Document a change I'd already made, and at the same... |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Andy Polyakov | IRIX 6.x shared build fix-up. |
commit | commitdiff | tree | snapshot |
2004-03-10 |
Geoff Thorpe | static |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Geoff Thorpe | Minimise the amount of code dependent on BN_DEBUG_RAND... |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Geoff Thorpe | More changes coming out of the bignum auditing. BN_CTX_... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Dr. Stephen... | Fix policy constraints syntax. |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Dr. Stephen... | Support for inhibitAnyPolicy extension. |
commit | commitdiff | tree | snapshot |
2004-03-06 |
Ulf Möller | typo |
commit | commitdiff | tree | snapshot |
2004-03-05 |
Dr. Stephen... | Cleanup ASN1 OID module when it exits. |
commit | commitdiff | tree | snapshot |
2004-03-05 |
Dr. Stephen... | Call autoconfig code in pkcs7 utility. |
commit | commitdiff | tree | snapshot |
2004-03-05 |
Dr. Stephen... | Memory leak fix. |
commit | commitdiff | tree | snapshot |
2004-03-05 |
Dr. Stephen... | Various X509 fixes. Disable broken certificate workarounds |
commit | commitdiff | tree | snapshot |
2004-03-04 |
Dr. Stephen... | Typos. |
commit | commitdiff | tree | snapshot |
2004-03-04 |
Richard Levitte | Make our page with pointers to binary distributions... |
commit | commitdiff | tree | snapshot |
2004-03-02 |
Dr. Stephen... | Indent some of the code examples. |
commit | commitdiff | tree | snapshot |
2004-03-02 |
Dr. Stephen... | Config docs. |
commit | commitdiff | tree | snapshot |
2004-03-02 |
Dr. Stephen... | Documentation of the KISS autoconfig functions. |
commit | commitdiff | tree | snapshot |
2004-03-01 |
Dr. Stephen... | More autoconfig docs. |
commit | commitdiff | tree | snapshot |
2004-03-01 |
Richard Levitte | Avoid a memory leak in OCSP_parse_url(). |
commit | commitdiff | tree | snapshot |
2004-03-01 |
Dr. Stephen... | Initial docs for the OpenSSL library configuration... |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Geoff Thorpe | Add ECDSA documentation. |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Richard Levitte | AES is spelled AES, not ASE. Oops... |
commit | commitdiff | tree | snapshot |
2004-02-26 |
Richard Levitte | Make sure the given EVP_PKEY is updated in the PEM_STRI... |
commit | commitdiff | tree | snapshot |
2004-02-26 |
Richard Levitte | Document the AES options for 'openssl smime'. |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Geoff Thorpe | A cleanup of the ecs_ossl.c code and some (doxygen... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Geoff Thorpe | When adding positive elements, we can use BN_uadd(... |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Dr. Stephen... | Use an OCTET STRING for the encoding of an OCSP nonce... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Geoff Thorpe | minor signed/unsigned warning fixes |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Dr. Stephen... | Fix handling of -offset and -length in asn1parse tool. |
commit | commitdiff | tree | snapshot |
2004-02-07 |
Andy Polyakov | Typo in crypto/bn/asm/x86_64.c, bn_div_words(). |
commit | commitdiff | tree | snapshot |
2004-02-01 |
Dr. Stephen... | Add flag to avoid continuous |
commit | commitdiff | tree | snapshot |
2004-01-30 |
Andy Polyakov | Typo in PA-RISC 2 rules in crypto/bn/Makefile.ssl |
commit | commitdiff | tree | snapshot |
2004-01-29 |
Andy Polyakov | HP/UX PA-RISC 2 targets update. |
commit | commitdiff | tree | snapshot |
2004-01-29 |
Richard Levitte | Remove typos |
commit | commitdiff | tree | snapshot |
2004-01-29 |
Richard Levitte | -Wtraditional was a little too much... |
commit | commitdiff | tree | snapshot |
2004-01-29 |
Richard Levitte | Typo |
commit | commitdiff | tree | snapshot |
2004-01-29 |
Richard Levitte | In the development branch, it feels quite all right... |
commit | commitdiff | tree | snapshot |
2004-01-28 |
Richard Levitte | make update |
commit | commitdiff | tree | snapshot |
2004-01-28 |
Richard Levitte | Add the missing parts for DES CFB1 and CFB8. |
commit | commitdiff | tree | snapshot |
2004-01-28 |
Richard Levitte | make update |
commit | commitdiff | tree | snapshot |
2004-01-28 |
Richard Levitte | Unsigned vs. signed problem removed |
commit | commitdiff | tree | snapshot |
2004-01-27 |
Andy Polyakov | #undef _POSIX_C_SOURCE in ui_openssl.c ruined IRIX... |
commit | commitdiff | tree | snapshot |
2004-01-27 |
Andy Polyakov | CFB DES sync-up with FIPS branch. |
commit | commitdiff | tree | snapshot |
2004-01-27 |
Richard Levitte | Avoid signed vs. unsigned warnings (which are treated... |
commit | commitdiff | tree | snapshot |
2004-01-26 |
Richard Levitte | S_IFBLK and S_IFCHR may not exist in some places (like... |
commit | commitdiff | tree | snapshot |
2004-01-25 |
Andy Polyakov | Even though C specification explicitly says that consta... |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Andy Polyakov | Fix declaration inconsistency in ecparam.c. |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Andy Polyakov | Get rid of bogus warning when compiling with Sun vendor... |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Richard Levitte | We're passed p, so let's use p instead of making assump... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Richard Levitte | Typo... |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Dr. Stephen... | Replace expired certificate. |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Andy Polyakov | SHA-1 assembler tune-up for Intel P4 |
commit | commitdiff | tree | snapshot |
next |