Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | correct debug4.1.6 | Andreas Steffen | 2007-09-02 | 1 | -3/+3 | |
| | ||||||
* | added mobike option to man page | Andreas Steffen | 2007-09-02 | 1 | -0/+11 | |
| | ||||||
* | re-introduced the XAUTH_VID compile option | Andreas Steffen | 2007-09-02 | 2 | -9/+29 | |
| | ||||||
* | proper initialization of rsa private key | Martin Willi | 2007-08-30 | 1 | -0/+2 | |
| | ||||||
* | added bitnames for POLICY_BEET and POLICY_MOBIKE flags | Andreas Steffen | 2007-08-29 | 1 | -0/+2 | |
| | ||||||
* | added mobike=yes|no connection option | Martin Willi | 2007-08-29 | 13 | -23/+74 | |
| | | | | | | | yes: include mobike support notifies as initiator no: only enable mobike as responder when initiator supports it default: yes | |||||
* | _updown removed from distribution | Andreas Steffen | 2007-08-29 | 1 | -1/+1 | |
| | ||||||
* | renamed integrity check to integrity test | Andreas Steffen | 2007-08-29 | 1 | -3/+3 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2007-08-29 | 1 | -2/+2 | |
| | ||||||
* | fixed 64 bit issue (size_t is 32 bit) | Andreas Steffen | 2007-08-29 | 1 | -5/+6 | |
| | ||||||
* | fips_verify_hmac_signature() now returns a boolean status | Andreas Steffen | 2007-08-29 | 1 | -1/+1 | |
| | ||||||
* | SHA-1 HMAC signature is now computed over concatenation of TEXT and RODATA ↵ | Andreas Steffen | 2007-08-29 | 1 | -2/+2 | |
| | | | | segments | |||||
* | compute SHA-1 HMAC over libstrongswan TEXT segment for the time being | Andreas Steffen | 2007-08-29 | 3 | -38/+61 | |
| | ||||||
* | signers implemented with HMAC now support NULL output parameters | Martin Willi | 2007-08-29 | 2 | -17/+34 | |
| | | | | | to feed signer with more than one block of data. | |||||
* | build fips_signer and fips_signature with USE_INTEGRITY_TEST condition only | Andreas Steffen | 2007-08-29 | 1 | -1/+2 | |
| | ||||||
* | changed interface of fips_verify_hmac_signature | Andreas Steffen | 2007-08-29 | 3 | -15/+17 | |
| | ||||||
* | free hmac_signature string after use | Andreas Steffen | 2007-08-29 | 1 | -1/+2 | |
| | ||||||
* | beautification | Andreas Steffen | 2007-08-29 | 2 | -2/+20 | |
| | ||||||
* | started implementation of libstrongswan code integrity check | Andreas Steffen | 2007-08-29 | 8 | -10/+584 | |
| | ||||||
* | defined ietfAttr_create_from_string() | Andreas Steffen | 2007-08-29 | 1 | -0/+8 | |
| | ||||||
* | simple console support through pts devices | Martin Willi | 2007-08-28 | 5 | -28/+147 | |
| | ||||||
* | set ignore properties | Andreas Steffen | 2007-08-28 | 1 | -2/+0 | |
| | ||||||
* | default routing table/prio: 220/220 (as 19530 was invalid) | Martin Willi | 2007-08-27 | 2 | -1/+2 | |
| | | | | added configure option --with-routing-table-prio= | |||||
* | added --with-routing-table= configure option | Martin Willi | 2007-08-27 | 2 | -1/+8 | |
| | ||||||
* | rerouting CHILD_SA if its IKE_SA gets deleted | Martin Willi | 2007-08-27 | 1 | -99/+149 | |
| | ||||||
* | initiated support of caIssuers accessLocation | Andreas Steffen | 2007-08-17 | 1 | -5/+16 | |
| | ||||||
* | required CA is that.ca not this.ca | Andreas Steffen | 2007-08-17 | 1 | -1/+1 | |
| | ||||||
* | matching_request instead of matching_trust must go into the metric | Andreas Steffen | 2007-08-17 | 1 | -1/+1 | |
| | ||||||
* | fixed maximum path length info in match_requested_ca() | Andreas Steffen | 2007-08-17 | 1 | -1/+11 | |
| | ||||||
* | sort attributes alphabetically | Andreas Steffen | 2007-08-15 | 1 | -4/+87 | |
| | ||||||
* | added caIssuers OID | Andreas Steffen | 2007-08-15 | 1 | -0/+1 | |
| | ||||||
* | corrected typo | Andreas Steffen | 2007-08-15 | 1 | -1/+1 | |
| | ||||||
* | use symbolic shell variables in library paths | Andreas Steffen | 2007-08-15 | 2 | -7/+13 | |
| | ||||||
* | removed oid.txt and oid.pl in pluto subdir | Andreas Steffen | 2007-08-15 | 16 | -352/+40 | |
| | ||||||
* | aligned pluto/oid.txt to libstrongswan/asn1/oid.txt | Andreas Steffen | 2007-08-14 | 1 | -0/+9 | |
| | ||||||
* | added Microsof Encrypting File System Extended Key Usage OID | Andreas Steffen | 2007-08-14 | 1 | -0/+1 | |
| | ||||||
* | added Microsof Smartcard Logon Extended Key Usage OID | Andreas Steffen | 2007-08-14 | 1 | -0/+3 | |
| | ||||||
* | finetuning of phase1 matching metrics | Andreas Steffen | 2007-08-14 | 1 | -4/+4 | |
| | ||||||
* | append new attribute certs at the end | Andreas Steffen | 2007-08-14 | 1 | -1/+7 | |
| | ||||||
* | adding attribute certficates to a chained list | Andreas Steffen | 2007-08-14 | 3 | -12/+106 | |
| | ||||||
* | soft-limit treatment of unmatched certificate requests using a priority metric | Andreas Steffen | 2007-08-14 | 1 | -16/+18 | |
| | ||||||
* | replaced hex_str() by fprintf(#B) for printing unknown OIDs | Andreas Steffen | 2007-08-14 | 1 | -16/+3 | |
| | ||||||
* | fixed bug occuring with multiple occurences of the same cacert on a smartcard | Andreas Steffen | 2007-08-13 | 3 | -14/+13 | |
| | ||||||
* | has_rsa_private_key() must also be protected by keys_mutex | Andreas Steffen | 2007-08-10 | 1 | -1/+4 | |
| | ||||||
* | corrected debug output | Andreas Steffen | 2007-08-10 | 1 | -1/+1 | |
| | ||||||
* | added ↵ | Andreas Steffen | 2007-08-10 | 1 | -0/+6 | |
| | | | | listaacerts,listacerts,rereadsecerts,rereadocspcerts,rereadaacerts,rereadacerts to stroke | |||||
* | fixed typo stroke keyword list | Andreas Steffen | 2007-08-10 | 1 | -1/+1 | |
| | ||||||
* | ipsec stroke rereadaacerts|rereadacerts supported | Andreas Steffen | 2007-08-10 | 1 | -0/+8 | |
| | ||||||
* | fixed build without --enable-uml | Martin Willi | 2007-08-10 | 1 | -1/+1 | |
| | ||||||
* | fixed build without --enable-uml | Martin Willi | 2007-08-10 | 1 | -1/+1 | |
| |