Overview
Comment: | Update URL |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
66bd0c554f7f9cc67668830e05a46726 |
User & Date: | js on 2020-05-31 16:54:54 |
Other Links: | manifest | tags |
Context
2020-08-29
| ||
14:26 | Update buildsys check-in: a55162a23e user: js tags: trunk | |
2020-05-31
| ||
16:54 | Update URL check-in: 66bd0c554f user: js tags: trunk | |
2020-05-06
| ||
00:37 | Adjust to ObjFW changes check-in: 944f3dbb18 user: js tags: trunk | |
Changes
Modified src/ObjOpenSSL.h from [1ca8beb117] to [be6adf410d].
1 2 3 | /* * Copyright (c) 2011, Jonathan Schleifer <js@nil.im> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2011, Jonathan Schleifer <js@nil.im> * * https://fossil.nil.im/objopenssl * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified src/SSLConnectionFailedException.h from [9307f3c152] to [f4f0dd6f48].
1 2 3 | /* * Copyright (c) 2016, Jonathan Schleifer <js@nil.im> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2016, Jonathan Schleifer <js@nil.im> * * https://fossil.nil.im/objopenssl * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified src/SSLConnectionFailedException.m from [811f3b429f] to [7fa0a8e9f5].
1 2 3 | /* * Copyright (c) 2016, Jonathan Schleifer <js@nil.im> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2016, Jonathan Schleifer <js@nil.im> * * https://fossil.nil.im/objopenssl * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified src/SSLInvalidCertificateException.h from [827b0e3822] to [5d12c58480].
1 2 3 4 | /* * Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de> * Copyright (c) 2013, Jonathan Schleifer <js@nil.im> * | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de> * Copyright (c) 2013, Jonathan Schleifer <js@nil.im> * * https://fossil.nil.im/objopenssl * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified src/SSLInvalidCertificateException.m from [0cf548effa] to [53d49dda97].
1 2 3 4 | /* * Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de> * Copyright (c) 2012, 2013, 2016, Jonathan Schleifer <js@nil.im> * | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de> * Copyright (c) 2012, 2013, 2016, Jonathan Schleifer <js@nil.im> * * https://fossil.nil.im/objopenssl * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified src/SSLSocket.h from [f131b16758] to [c4807a7400].
1 2 3 4 | /* * Copyright (c) 2011, 2013, 2015, Jonathan Schleifer <js@nil.im> * Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de> * | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * Copyright (c) 2011, 2013, 2015, Jonathan Schleifer <js@nil.im> * Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de> * * https://fossil.nil.im/objopenssl * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified src/SSLSocket.m from [dd561157a7] to [18992aefde].
1 2 3 4 5 6 | /* * Copyright (c) 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 * Jonathan Schleifer <js@nil.im> * Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de> * Copyright (c) 2011, Jos Kuijpers <jos@kuijpersvof.nl> * | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | /* * Copyright (c) 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 * Jonathan Schleifer <js@nil.im> * Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de> * Copyright (c) 2011, Jos Kuijpers <jos@kuijpersvof.nl> * * https://fossil.nil.im/objopenssl * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified src/X509Certificate.h from [1ffccd575a] to [406cc0c045].
1 2 3 4 | /* * Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de> * Copyright (c) 2013, 2016, Jonathan Schleifer <js@nil.im> * | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de> * Copyright (c) 2013, 2016, Jonathan Schleifer <js@nil.im> * * https://fossil.nil.im/objopenssl * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified src/X509Certificate.m from [1768751905] to [e0deaf0777].
1 2 3 4 | /* * Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de> * Copyright (c) 2011, 2012, 2013, 2015, Jonathan Schleifer <js@nil.im> * | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de> * Copyright (c) 2011, 2012, 2013, 2015, Jonathan Schleifer <js@nil.im> * * https://fossil.nil.im/objopenssl * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |